Skip to content

Commit

Permalink
Run make test recipe with -cover flag
Browse files Browse the repository at this point in the history
  • Loading branch information
m-Peter committed Jan 6, 2024
1 parent 6173b96 commit aaf3ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: test
test:
# test all packages
go test -parallel 8 ./...
go test -cover -parallel 8 ./...

.PHONY: check-tidy
check-tidy:
Expand Down

0 comments on commit aaf3ba3

Please sign in to comment.