tailscale/.github
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
..
actions/go-cache .github/actions/go-cache: check for pre-built cigocacher (#18833) 2026-03-02 16:01:48 +00:00
ISSUE_TEMPLATE .github/ISSUE_TEMPLATE: add link to wiki/OtherSoftwareInterop 2023-02-01 11:44:13 -08:00
workflows ci: fix Windows benchmarks running all tests instead of just benchmarks 2026-04-05 20:20:07 -07:00
CONTRIBUTING.md .github: add CONTRIBUTING.md 2025-04-08 15:55:14 -07:00
dependabot.yml .github/dependabot.yml: disable eager updates for Go. 2021-12-08 10:37:03 -08:00
licenses.tmpl Revert "licenses: add gliderlabs/ssh license" 2024-04-15 11:21:13 -07:00