1
0
Fork 0

Fix test flag

master
Philip O'Toole 2 years ago
parent 2d982f05c4
commit 659ea69c58

@ -48,9 +48,9 @@ jobs:
# BoltDB, no longer maintained, has pointer issues. However, it's run
# for years without actual issue so disabling the pointer tests
- run: go version
- run: go get -t -failfast -d ./...
- run: go get -t -d ./...
- run:
command: go test -v -timeout 20m -gcflags=all=-d=checkptr=0 -race ./...
command: go test -failfast -v -timeout 20m -gcflags=all=-d=checkptr=0 -race ./...
environment:
GORACE: "halt_on_error=1"

Loading…
Cancel
Save