diff --git a/script/test b/script/test new file mode 100755 index 0000000..4081a39 --- /dev/null +++ b/script/test @@ -0,0 +1,8 @@ +#!/bin/sh + +# Exit if any subcommand fails +set -e +set -o pipefail + +echo "crystal spec --order random $@" +crystal spec --order random $@