mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
*: fix testing with the race detector
This commit is contained in:
@@ -29,7 +29,7 @@ test:
|
||||
@go test $(shell go list ./... | grep -v '/vendor/')
|
||||
|
||||
testrace:
|
||||
@go test --race $(shell go list ./... | grep -v '/vendor/')
|
||||
@CGO_ENABLED=1 go test --race $(shell go list ./... | grep -v '/vendor/')
|
||||
|
||||
vet:
|
||||
@go vet $(shell go list ./... | grep -v '/vendor/')
|
||||
|
||||
Reference in New Issue
Block a user