From c7ab0c112e3c9516e4e735ca0d71535706f0e63c Mon Sep 17 00:00:00 2001 From: Desmond Bowe and Matt Olenick Date: Mon, 26 Feb 2018 11:55:16 -0800 Subject: [PATCH] Add dialyzer to convenience script --- bin/test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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