check effect of parallel flag
This commit is contained in:
parent
9665a2401c
commit
aaea75590c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -312,6 +312,7 @@ jobs:
|
|||||||
go test \
|
go test \
|
||||||
-tags testing \
|
-tags testing \
|
||||||
-failfast \
|
-failfast \
|
||||||
|
-p 1 \
|
||||||
-run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \
|
-run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \
|
||||||
2>&1 | tee -a ./testlog/gotest-unit.log
|
2>&1 | tee -a ./testlog/gotest-unit.log
|
||||||
|
|
||||||
@ -319,6 +320,7 @@ jobs:
|
|||||||
go test \
|
go test \
|
||||||
-tags testing \
|
-tags testing \
|
||||||
-failfast \
|
-failfast \
|
||||||
|
-p 1 \
|
||||||
-run '^TestRepositoryModelIntgSuite/Test_SomeMore$' ./pkg/repository \
|
-run '^TestRepositoryModelIntgSuite/Test_SomeMore$' ./pkg/repository \
|
||||||
2>&1 | tee -a ./testlog/gotest-unit.log
|
2>&1 | tee -a ./testlog/gotest-unit.log
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user