tailscale/.github/workflows
Brad Fitzpatrick 85827f7503 ci: fix Windows benchmarks running all tests instead of just benchmarks
The -run "^$" flag was being mangled by cmd.exe's argument processing.
The ^ character is cmd.exe's escape character, so go.cmd's cmd.exe layer
eats it, turning -run "^$" into -run "$" which matches all test names.
This caused the benchmark job to run every test, leading to timeouts
and Go runtime crashes.

Use -run XXXXNothingXXXX instead, which avoids special characters
entirely.

Updates #19252

Change-Id: I888c124254dd2767a40b61bcd68dbc9b22ad35a1
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2026-04-05 20:20:07 -07:00
..
checklocks.yml .github: bump actions/checkout from 6.0.1 to 6.0.2 2026-02-23 08:44:40 -07:00
cigocacher.yml .github: Bump actions/download-artifact from 8.0.0 to 8.0.1 2026-03-27 14:55:59 +00:00
codeql-analysis.yml .github: Bump github/codeql-action from 4.32.6 to 4.34.1 2026-03-23 15:53:31 +00:00
docker-base.yml .github: bump actions/checkout from 6.0.1 to 6.0.2 2026-02-23 08:44:40 -07:00
docker-file-build.yml .github: bump actions/checkout from 6.0.1 to 6.0.2 2026-02-23 08:44:40 -07:00
flakehub-publish-tagged.yml .github: bump actions/checkout from 6.0.1 to 6.0.2 2026-02-23 08:44:40 -07:00
golangci-lint.yml go.toolchain.branch: switch to Go 1.26 2026-03-04 21:57:05 -08:00
govulncheck.yml .github: bump actions/checkout from 6.0.1 to 6.0.2 2026-02-23 08:44:40 -07:00
installer.yml .github: bump actions/checkout from 6.0.1 to 6.0.2 2026-02-23 08:44:40 -07:00
kubemanifests.yaml .github: bump actions/checkout from 6.0.1 to 6.0.2 2026-02-23 08:44:40 -07:00
natlab-integrationtest.yml .github/workflows: enable natlab in CI 2026-03-04 15:02:07 -08:00
pin-github-actions.yml .github: bump actions/checkout from 6.0.1 to 6.0.2 2026-02-23 08:44:40 -07:00
request-dataplane-review.yml .github: Bump actions/create-github-app-token from 2.2.1 to 3.0.0 (#19003) 2026-03-26 10:08:56 -04:00
ssh-integrationtest.yml .github: bump actions/checkout from 6.0.1 to 6.0.2 2026-02-23 08:44:40 -07:00
test.yml ci: fix Windows benchmarks running all tests instead of just benchmarks 2026-04-05 20:20:07 -07:00
update-flake.yml .github: Bump actions/create-github-app-token from 2.2.1 to 3.0.0 (#19003) 2026-03-26 10:08:56 -04:00
update-webclient-prebuilt.yml .github: Bump actions/create-github-app-token from 2.2.1 to 3.0.0 (#19003) 2026-03-26 10:08:56 -04:00
vet.yml cmd/vet: add subtestnames analyzer; fix all existing violations 2026-04-05 15:52:51 -07:00
webclient.yml .github: bump actions/checkout from 6.0.1 to 6.0.2 2026-02-23 08:44:40 -07:00