Browse Source

Resolve Alpine golang go test -race issue

service_pr
mdr0id 5 years ago
parent
commit
13280b15e6
  1. 2
      Makefile

2
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:

Loading…
Cancel
Save