Skip to content

Commit aea8d7e

Browse files
author
lijianguo
committed
chore(Makefile): modify make test
1 parent d5b90b1 commit aea8d7e

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)