removes gotestfmt filter

This commit is contained in:
HiteshRepo 2024-01-28 10:42:31 +05:30
parent 324b23c46b
commit 35022dc961

View File

@ -321,7 +321,7 @@ jobs:
-p 1 \
-timeout 20m \
./... \
2>&1 | tee ./testlog/gotest-unit.log | gotestfmt -hide successful-tests
2>&1 | tee ./testlog/gotest-unit.log
# Upload the original go test output as an artifact for later review.
- name: Upload test log