mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-22 16:46:29 +00:00
Update test.yml
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user