diff --git a/test.bash b/test.bash index b225be61..2db96215 100755 --- a/test.bash +++ b/test.bash @@ -4,5 +4,5 @@ # license that can be found in the LICENSE file. cd "$(git rev-parse --show-toplevel)" -go test -v -mod=vendor -timeout=60m -count=1 integration_test.go "$@" +go test -v -mod=vendor -timeout=60m -count=1 integration_test.go -failfast "$@" exit $?