Update test.yml

This commit is contained in:
Tom Proctor
2025-12-15 23:44:21 +00:00
committed by GitHub
parent b0322f0834
commit 6a419deea0

View File

@@ -279,12 +279,12 @@ jobs:
run: go test ./... -bench . -benchtime 1x -run "^$"
- name: Print stats
shell: pwsh
shell: bash
if: steps.cigocacher-setup.outputs.success == 'true'
env:
GOCACHEPROG: ${{ env.GOCACHEPROG }}
run: |
& $env:GOCACHEPROG --stats | jq .
eval "$GOCACHEPROG --stats" | jq .
# win-tool-go:
# runs-on: windows-latest