Add test script

This makes it much easier to randomize the spec order
main
Edward Loveall 2021-07-04 16:03:25 -04:00
rodzic 57f26996b2
commit fe2f3ebe80
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 789A4AE983AC8901
1 zmienionych plików z 8 dodań i 0 usunięć

8
script/test 100755
Wyświetl plik

@ -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 $@