From f98fcd19d0f49d7b2902bbfa2ee13a4d441d6baa Mon Sep 17 00:00:00 2001 From: Yiling-J Date: Fri, 25 Oct 2024 11:30:36 +0800 Subject: [PATCH] update ci --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 10162b3..5a8f410 100644 --- a/Makefile +++ b/Makefile @@ -16,5 +16,5 @@ lint: golangci-lint run cover: - go test -timeout 2000s -race -coverprofile=cover.out -coverpkg=./... -skip=TestCacheRace_ ./... + go test -timeout 2000s -race -coverprofile=cover.out -coverpkg=./... -skip=TestCacheCorrectness_ ./... go tool cover -html=cover.out -o cover.html