Skip to content

Commit b3d7b4b

Browse files
authored
Merge pull request #20 from jianxiaoguo/main
chore(Makefile): modify make test
2 parents 14be737 + 770742c commit b3d7b4b

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)