mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Bypass norace tests for GHA
Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
2
.github/workflows/go-test.yaml
vendored
2
.github/workflows/go-test.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user