diff --git a/Makefile b/Makefile index 87949fc9..4e570486 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ fmt: test: GO111MODULE=off go get github.com/onsi/ginkgo/ginkgo GO111MODULE=off go get github.com/onsi/gomega/... - ginkgo -race -r -flakeAttempts 3 ./... + ginkgo -r -flakeAttempts 3 ./... .PHONY: test-integration test-integration: @@ -27,7 +27,7 @@ test-integration: .PHONY: coverage coverage: - go test ./... -race -coverprofile=coverage.txt -covermode=atomic + go test ./... -coverprofile=coverage.txt -covermode=atomic .PHONY: test-coverage test-coverage: