From 1e7f5d9119fc31b4c2385e048cc77033d7e8198c Mon Sep 17 00:00:00 2001 From: David Dworken Date: Fri, 16 Dec 2022 21:18:37 -0800 Subject: [PATCH] Add clean for the test cache for make ftest target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 638ba2a..f62fa95 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ test: HISHTORY_TEST=1 HISHTORY_SKIP_INIT_IMPORT=1 go test -p 1 -timeout 30m ./... ftest: + go clean -testcache HISHTORY_TEST=1 HISHTORY_SKIP_INIT_IMPORT=1 go test -v -p 1 -run "$(FILTER)" ./... acttest: