We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14be737 + 770742c commit b3d7b4bCopy full SHA for b3d7b4b
1 file changed
Makefile
@@ -26,4 +26,4 @@ test-cover:
26
${DEV_ENV_CMD} test-cover.sh
27
28
test: build test-style test-cover
29
- ${DEV_ENV_CMD} go test ./...
+ ${DEV_ENV_CMD} go test -race -cover -coverprofile=coverage.txt -covermode=atomic ./...
0 commit comments