cleanup, remove -race flag when testing (requires CGO)

This commit is contained in:
Jason Kulatunga
2022-06-26 20:43:03 -07:00
parent 6e0321f488
commit 316ce856f7
4 changed files with 1 additions and 45 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ binary-test: binary-dep
.PHONY: binary-test-coverage
binary-test-coverage: binary-dep
go test -race -coverprofile=coverage.txt -covermode=atomic -v $(STATIC_TAGS) ./...
go test -coverprofile=coverage.txt -covermode=atomic -v $(STATIC_TAGS) ./...
.PHONY: binary-collector
binary-collector: binary-dep