We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5b90b1 + aea8d7e commit d57f3c7Copy full SHA for d57f3c7
1 file changed
Makefile
@@ -18,7 +18,7 @@ build:
18
${DEV_ENV_CMD} go build ${PKG_DIRS}
19
20
test: build test-style
21
- ${DEV_ENV_CMD} go test ${PKG_DIRS}
+ ${DEV_ENV_CMD} go test -race -cover -coverprofile=coverage.txt -covermode=atomic ${PKG_DIRS}
22
23
test-style:
24
${DEV_ENV_CMD} lint --deadline
0 commit comments