mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-23 18:21:28 +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 "^$"
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user