diff --git a/bin/test b/bin/test new file mode 100755 index 0000000000..0fddc92adb --- /dev/null +++ b/bin/test @@ -0,0 +1,8 @@ +#!/bin/bash + +set -ex + +mix credo --strict +mix sobelow --config +mix format --check-formatted +mix test