Skip to content

Commit

Permalink
fix cover-check target deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-codes authored Oct 9, 2024
1 parent 2f086af commit f2f5b63
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 @@ -70,7 +70,7 @@ cover: $(TMPDIR)
go tool cover -html=$(TMPDIR)/cover.out

.PHONY: cover-check
cover-check:
cover-check: $(TMPDIR)
go test -race -count=1 -v -coverprofile $(TMPDIR)/cover.out $(GOPKG)

## clean: clean output
Expand Down

0 comments on commit f2f5b63

Please sign in to comment.