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