From 36037c7905da4f6e3cdcdb4623bdcf090300e23c Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Thu, 18 Jan 2024 17:23:08 +0530 Subject: [PATCH] Why --- .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 06d7b8911..0156fe60c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -311,7 +311,7 @@ jobs: -p 1 \ -timeout 20m \ ./... \ - 2> ./testlog/testcache-hash | tee ./testlog/gotest-unit.log + 2>./testlog/testcache-hash.log | tee ./testlog/gotest-unit.log # Upload the original go test output as an artifact for later review. - name: Upload test log