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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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