removes filter

This commit is contained in:
HiteshRepo 2024-01-28 12:28:00 +05:30
parent 9924c742e8
commit 8fd8ae9094

View File

@ -316,7 +316,7 @@ jobs:
-p 1 \
-timeout 20m \
./... \
2>&1 | tee ./testlog/gotest-unit.log | grep -E '^(=== RUN|--- PASS:|--- FAIL:|ok|FAIL|PASS|cached)'
2>&1 | tee ./testlog/gotest-unit.log
# Upload the original go test output as an artifact for later review.
- name: Upload test log