Skip to content

Commit c60b871

Browse files
authored
Merge pull request #8 from jianxiaoguo/main
chore(Makefile): modify make test
2 parents f69851d + cfc3e06 commit c60b871

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
@@ -28,7 +28,7 @@ build:
2828
${DEV_ENV_CMD} go build ${PKG_DIRS}
2929

3030
test: build test-style
31-
${DEV_ENV_CMD} go test ${PKG_DIRS}
31+
${DEV_ENV_CMD} go test -race -cover -coverprofile=coverage.txt -covermode=atomic ${PKG_DIRS}
3232

3333
test-style: bootstrap
3434
${DEV_ENV_CMD} lint --deadline

0 commit comments

Comments
 (0)