Get me the testcache

This commit is contained in:
Abin Simon 2024-01-18 17:01:17 +05:30
parent 49af829cb9
commit b01bbd7414

View File

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