adds one more test in ci
This commit is contained in:
parent
9909335b76
commit
d90238e828
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -304,6 +304,11 @@ jobs:
|
|||||||
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
|
||||||
|
run: |
|
||||||
|
go test -run '^TestRepositoryModelIntgSuite/Test_SomeMore$' ./pkg/repository \
|
||||||
|
2>&1 | tee ./testlog/gotest-unit-2.log
|
||||||
|
|
||||||
# run the tests
|
# run the tests
|
||||||
# - name: Unit Tests
|
# - name: Unit Tests
|
||||||
# env:
|
# env:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user