check effect of failfast flag

This commit is contained in:
HiteshRepo 2024-01-28 14:27:13 +05:30
parent fcf327c5e4
commit e0711aa1b8

View File

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