diff --git a/test.sh b/test.sh new file mode 100755 index 0000000..7691157 --- /dev/null +++ b/test.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +go test ./routes + +# install as pre-commit hook: +# cp test.sh ~/.git/hooks/pre-commit \ No newline at end of file