check effect of failfast flag
This commit is contained in:
parent
fcf327c5e4
commit
e0711aa1b8
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user