Skip to content

Commit

Permalink
github: disable running dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
asabil committed Sep 3, 2020
1 parent 9e17c10 commit 2bf7a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
run: rebar3 compile
- name: Run tests
run: rebar3 do eunit
- name: Run Checks
run: rebar3 do xref, dialyzer
- name: Run xref
run: rebar3 xref

0 comments on commit 2bf7a98

Please sign in to comment.