Skip to content

Commit d57f3c7

Browse files
authored
Merge pull request #17 from jianxiaoguo/main
chore(Makefile): modify make test
2 parents d5b90b1 + aea8d7e commit d57f3c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build:
1818
${DEV_ENV_CMD} go build ${PKG_DIRS}
1919

2020
test: build test-style
21-
${DEV_ENV_CMD} go test ${PKG_DIRS}
21+
${DEV_ENV_CMD} go test -race -cover -coverprofile=coverage.txt -covermode=atomic ${PKG_DIRS}
2222

2323
test-style:
2424
${DEV_ENV_CMD} lint --deadline

0 commit comments

Comments
 (0)