From 3818b518f17b13b40802efe6e9ac700d7f419226 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Thu, 18 Jan 2024 16:49:59 +0530 Subject: [PATCH] Add debugging for testcache --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7954afe98..78ed6d773 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -302,6 +302,7 @@ jobs: CORSO_SECONDARY_M365_TEST_USER_ID: 'foo' run: | set -euo pipefail + export GODEBUG=gocachehash=1 go test \ -tags testing \ -json \ @@ -314,7 +315,7 @@ jobs: # Upload the original go test output as an artifact for later review. - name: Upload test log - if: failure() + # if: failure() uses: actions/upload-artifact@v4 with: name: unit-test-log