.github: use testwrapper on windows

Updates #cleanup

Signed-off-by: Maisem Ali <maisem@tailscale.com>
pull/8848/head
Maisem Ali 9 months ago committed by Maisem Ali
parent 3f12b9c8b2
commit 21e32b23f7

@ -144,7 +144,7 @@ jobs:
# Don't use -bench=. -benchtime=1x.
# Somewhere in the layers (powershell?)
# the equals signs cause great confusion.
run: go test -bench . -benchtime 1x ./...
run: go run ./cmd/testwrapper ./... -bench . -benchtime 1x
vm:
runs-on: ["self-hosted", "linux", "vm"]

Loading…
Cancel
Save