We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39df0ab + c60b871 commit 4e5da3eCopy full SHA for 4e5da3e
1 file changed
Makefile
@@ -28,7 +28,7 @@ build:
28
${DEV_ENV_CMD} go build ${PKG_DIRS}
29
30
test: build test-style
31
- ${DEV_ENV_CMD} go test ${PKG_DIRS}
+ ${DEV_ENV_CMD} go test -race -cover -coverprofile=coverage.txt -covermode=atomic ${PKG_DIRS}
32
33
test-style: bootstrap
34
${DEV_ENV_CMD} lint --deadline
0 commit comments