diff --git a/bin/test b/bin/test index 0fddc92adb..2d4a432bd4 100755 --- a/bin/test +++ b/bin/test @@ -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