removes losg filter

This commit is contained in:
HiteshRepo 2024-01-28 11:56:27 +05:30
parent ac1bb9a866
commit b187990a06

View File

@ -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 | grep -E '^(PASS|FAIL)'
2>&1 | tee ./testlog/gotest-unit.log
# run the tests
# - name: Unit Tests