Add clean for the test cache for make ftest target

This commit is contained in:
David Dworken 2022-12-16 21:18:37 -08:00
parent d606b5c2ba
commit 1e7f5d9119
No known key found for this signature in database

View File

@ -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: