We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0027c commit e6cd2b2Copy full SHA for e6cd2b2
2 files changed
Makefile
@@ -27,5 +27,5 @@ lint-strict:
27
28
test:
29
mkdir -p ./etc/out
30
- ENVIRONMENT=test go test -failfast -count 1 -timeout 30s -race -covermode=atomic -coverprofile=etc/out/profile.cov ./... && go tool cover -func=etc/out/profile.cov
+ ENVIRONMENT=test go test -failfast -count 1 -timeout 30s -covermode=atomic -coverprofile=etc/out/profile.cov ./... && go tool cover -func=etc/out/profile.cov
31
0 commit comments