diff --git a/Makefile b/Makefile index 7835780d8..5480d4be1 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ test_stress: go test -tags=stress -timeout=30m ./... test_codecov: - go test -race -coverprofile=coverage.out -covermode=atomic ./... + go test -coverprofile=coverage.out -covermode=atomic ./... test_reconnect: go test -tags=reconnect ./...