Add debugging for testcache
This commit is contained in:
parent
1a85120e84
commit
3818b518f1
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -302,6 +302,7 @@ jobs:
|
|||||||
CORSO_SECONDARY_M365_TEST_USER_ID: 'foo'
|
CORSO_SECONDARY_M365_TEST_USER_ID: 'foo'
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
export GODEBUG=gocachehash=1
|
||||||
go test \
|
go test \
|
||||||
-tags testing \
|
-tags testing \
|
||||||
-json \
|
-json \
|
||||||
@ -314,7 +315,7 @@ jobs:
|
|||||||
|
|
||||||
# Upload the original go test output as an artifact for later review.
|
# Upload the original go test output as an artifact for later review.
|
||||||
- name: Upload test log
|
- name: Upload test log
|
||||||
if: failure()
|
# if: failure()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: unit-test-log
|
name: unit-test-log
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user