reduces logs clutter
This commit is contained in:
parent
bf60df48e5
commit
ac1bb9a866
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -306,7 +306,7 @@ jobs:
|
|||||||
- name: one test
|
- name: one test
|
||||||
run: |
|
run: |
|
||||||
go test -v -run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \
|
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)'
|
||||||
|
|
||||||
# run the tests
|
# run the tests
|
||||||
# - name: Unit Tests
|
# - name: Unit Tests
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user