Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiling-J committed Oct 25, 2024
1 parent a11e49d commit 390cadb
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-race-pool test-race-nopool testx lint bench cover

test:
go test -race -skip=TestCacheRace_ ./...
go test -race -skip=TestCacheCorrectness_ ./...

test-correct-pool:
go test ./... -run=TestCacheCorrectness_EntryPool -count=1
Expand Down

0 comments on commit 390cadb

Please sign in to comment.