mirror of https://github.com/tailscale/tailscale/
.github/workflows: use variant=race instead of race=true for race test
Github's matrix runner formats the race variant as '(amd64, true)' if we use race=true. So, change the way the variable is defined so that it says '(amd64, race)' even if that makes the if statements a bit more complex. Signed-off-by: David Anderson <danderson@tailscale.com>pull/7265/head
parent
9fc3d00c17
commit
2a43fa4421
Loading…
Reference in New Issue