We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f69851d + cfc3e06 commit c60b871Copy full SHA for c60b871
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