Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fanweixiao committed Mar 22, 2024
1 parent 4e520a7 commit 5d0f1c3
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
Expand Up @@ -21,7 +21,7 @@ build:

.PHONY: test
test:
$(GO) test -race -covermode=atomic $(go list ./... | grep -v /example)
$(GO) test -race -covermode=atomic $(VETPACKAGES)

.PHONY: coverage
coverage:
Expand Down

0 comments on commit 5d0f1c3

Please sign in to comment.