From b01bbd7414afaada0ace2e57eee7ad5b374e1c0e Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Thu, 18 Jan 2024 17:01:17 +0530 Subject: [PATCH] Get me the testcache --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9b20d9bd..06d7b8911 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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