Commit 6349baf0 authored by Eric Chiang's avatar Eric Chiang

*: fix testing with the race detector

parent 8c36ede2
...@@ -29,7 +29,7 @@ test: ...@@ -29,7 +29,7 @@ test:
@go test $(shell go list ./... | grep -v '/vendor/') @go test $(shell go list ./... | grep -v '/vendor/')
testrace: testrace:
@go test --race $(shell go list ./... | grep -v '/vendor/') @CGO_ENABLED=1 go test --race $(shell go list ./... | grep -v '/vendor/')
vet: vet:
@go vet $(shell go list ./... | grep -v '/vendor/') @go vet $(shell go list ./... | grep -v '/vendor/')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment