Add dialyzer to convenience script

pull/42/head
Desmond Bowe and Matt Olenick 7 years ago
parent 2494e55073
commit c7ab0c112e
  1. 3
      bin/test

@ -2,7 +2,8 @@
set -ex set -ex
mix format --check-formatted
mix credo --strict mix credo --strict
mix sobelow --config mix sobelow --config
mix format --check-formatted mix dialyzer --halt-exit-status
mix test mix test

Loading…
Cancel
Save