run one test
This commit is contained in:
parent
4a352ae097
commit
0e07dacdee
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -299,7 +299,7 @@ jobs:
|
|||||||
|
|
||||||
- run: mkdir testlog
|
- run: mkdir testlog
|
||||||
|
|
||||||
- name: two tests
|
- name: one tests
|
||||||
env:
|
env:
|
||||||
# Set these to a bad value so we don't accidentally fall back to
|
# Set these to a bad value so we don't accidentally fall back to
|
||||||
# something elsewhere.
|
# something elsewhere.
|
||||||
@ -317,15 +317,6 @@ jobs:
|
|||||||
-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
|
||||||
|
|
||||||
# Run the second test
|
|
||||||
go test \
|
|
||||||
-tags testing \
|
|
||||||
-failfast \
|
|
||||||
-p 1 \
|
|
||||||
-timeout 20m \
|
|
||||||
-run '^TestRepositoryModelIntgSuite/Test_SomeMore$' ./pkg/repository \
|
|
||||||
2>&1 | tee -a ./testlog/gotest-unit.log
|
|
||||||
|
|
||||||
# run the tests
|
# run the tests
|
||||||
# - name: Unit Tests
|
# - name: Unit Tests
|
||||||
# env:
|
# env:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user