Skip to content

Commit 770742c

Browse files
author
lijianguo
committed
chore(Makefile): modify make test
1 parent 14be737 commit 770742c

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
@@ -26,4 +26,4 @@ test-cover:
2626
${DEV_ENV_CMD} test-cover.sh
2727

2828
test: build test-style test-cover
29-
${DEV_ENV_CMD} go test ./...
29+
${DEV_ENV_CMD} go test -race -cover -coverprofile=coverage.txt -covermode=atomic ./...

0 commit comments

Comments
 (0)