adds grep filter
This commit is contained in:
parent
b187990a06
commit
274e32d331
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -306,7 +306,7 @@ jobs:
|
||||
- name: one test
|
||||
run: |
|
||||
go test -v -run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \
|
||||
2>&1 | tee ./testlog/gotest-unit.log
|
||||
2>&1 | tee ./testlog/gotest-unit.log | grep -E '^(--- PASS:|--- FAIL:|ok|FAIL|PASS|cached)'
|
||||
|
||||
# run the tests
|
||||
# - name: Unit Tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user