Bypass norace tests for GHA

Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
Derek Collison
2021-08-14 13:52:37 -07:00
parent b6c0412d2a
commit f3067cda94

View File

@@ -44,7 +44,7 @@ jobs:
run: |
set -e
go test -vet=off -i ./...
go test -vet=off -v -run=TestNoRace --failfast -p=1 ./...
#go test -vet=off -v -run=TestNoRace --failfast -p=1 ./...
# coverage via cov.sh disabled while just testing the waters
go test -vet=off -v -race -p=1 --failfast ./...
set +e