Adds script to run all tests and fail at end

This commit is contained in:
Spencer Gibb
2018-07-30 20:04:11 -04:00
parent 2516e09935
commit 031b39f1e0

2
run-tests.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
./mvnw --fail-at-end clean package