reduces logs clutter

This commit is contained in:
HiteshRepo 2024-01-28 11:52:33 +05:30
parent bf60df48e5
commit ac1bb9a866

View File

@ -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