mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-23 10:12:07 +01:00
Update test.yml
This commit is contained in:
parent
b0322f0834
commit
6a419deea0
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user