Skip to content

Commit 4e5da3e

Browse files
committed
Merge branch 'main' of github.com:drycc/pkg into main
2 parents 39df0ab + c60b871 commit 4e5da3e

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)