Skip to content

Commit

Permalink
Add dialyzer to convenience script
Browse files Browse the repository at this point in the history
  • Loading branch information
Desmond Bowe and Matt Olenick committed Feb 26, 2018
1 parent 2494e55 commit c7ab0c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/test
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

set -ex

mix format --check-formatted
mix credo --strict
mix sobelow --config
mix format --check-formatted
mix dialyzer --halt-exit-status
mix test

0 comments on commit c7ab0c1

Please sign in to comment.