diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dda62d114..c0df0a12d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -311,14 +311,14 @@ jobs: # Run the first test go test \ -tags testing \ - - v \ + -failfast \ -run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \ 2>&1 | tee -a ./testlog/gotest-unit.log # Run the second test go test \ -tags testing \ - - v \ + -failfast \ -run '^TestRepositoryModelIntgSuite/Test_SomeMore$' ./pkg/repository \ 2>&1 | tee -a ./testlog/gotest-unit.log