mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
6
.github/workflows/go-test.yaml
vendored
6
.github/workflows/go-test.yaml
vendored
@@ -43,8 +43,8 @@ jobs:
|
||||
shell: bash --noprofile --norc -x -eo pipefail {0}
|
||||
run: |
|
||||
set -e
|
||||
go test -i ./...
|
||||
go test -v -run=TestNoRace --failfast -p=1 ./...
|
||||
go test -vet=off -i ./...
|
||||
go test -vet=off -v -run=TestNoRace --failfast -p=1 ./...
|
||||
# coverage via cov.sh disabled while just testing the waters
|
||||
go test -v -race -p=1 --failfast ./...
|
||||
go test -vet=off -v -race -p=1 --failfast ./...
|
||||
set +e
|
||||
|
||||
Reference in New Issue
Block a user