run all tests
This commit is contained in:
parent
0e07dacdee
commit
b9d12bfd7d
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -299,7 +299,7 @@ jobs:
|
|||||||
|
|
||||||
- run: mkdir testlog
|
- run: mkdir testlog
|
||||||
|
|
||||||
- name: one tests
|
- name: all 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.
|
||||||
@ -314,7 +314,7 @@ jobs:
|
|||||||
-failfast \
|
-failfast \
|
||||||
-p 1 \
|
-p 1 \
|
||||||
-timeout 20m \
|
-timeout 20m \
|
||||||
-run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \
|
./... \
|
||||||
2>&1 | tee -a ./testlog/gotest-unit.log
|
2>&1 | tee -a ./testlog/gotest-unit.log
|
||||||
|
|
||||||
# run the tests
|
# run the tests
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user