Skip to content

Commit

Permalink
always run tests with -race and withint caching
Browse files Browse the repository at this point in the history
  • Loading branch information
karlseguin committed Oct 23, 2022
1 parent b1107e7 commit 4d3a63d
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,6 +1,6 @@
.PHONY: t
t:
go test ./...
go test -race -count=1 ./...

.PHONY: f
f:
Expand Down

0 comments on commit 4d3a63d

Please sign in to comment.