some change
This commit is contained in:
parent
649138c9c0
commit
9f7aba555d
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -301,12 +301,14 @@ jobs:
|
|||||||
|
|
||||||
- name: one test
|
- name: one test
|
||||||
run: |
|
run: |
|
||||||
go test -run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \
|
go test \
|
||||||
|
-run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \
|
||||||
2>&1 | tee ./testlog/gotest-unit.log
|
2>&1 | tee ./testlog/gotest-unit.log
|
||||||
|
|
||||||
- name: one more test
|
- name: one more test
|
||||||
run: |
|
run: |
|
||||||
go test -run '^TestRepositoryModelIntgSuite/Test_SomeMore$' ./pkg/repository \
|
go test \
|
||||||
|
-run '^TestRepositoryModelIntgSuite/Test_SomeMore$' ./pkg/repository \
|
||||||
2>&1 | tee ./testlog/gotest-unit-2.log
|
2>&1 | tee ./testlog/gotest-unit-2.log
|
||||||
|
|
||||||
# run the tests
|
# run the tests
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user