diff --git a/Makefile b/Makefile index 8d906d5..b3510cd 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ test: # Run data race detector race: - @go test -v -race -short ./... + GO111MODULE=on CGO_ENABLED=1 go test -v -race -short ./... # Run memory sanitizer (need to ensure proper build flag is set) msan: