mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-19 19:37:59 +02:00
Add clean for the test cache for make ftest target
This commit is contained in:
parent
d606b5c2ba
commit
1e7f5d9119
1
Makefile
1
Makefile
@ -6,6 +6,7 @@ test:
|
|||||||
HISHTORY_TEST=1 HISHTORY_SKIP_INIT_IMPORT=1 go test -p 1 -timeout 30m ./...
|
HISHTORY_TEST=1 HISHTORY_SKIP_INIT_IMPORT=1 go test -p 1 -timeout 30m ./...
|
||||||
|
|
||||||
ftest:
|
ftest:
|
||||||
|
go clean -testcache
|
||||||
HISHTORY_TEST=1 HISHTORY_SKIP_INIT_IMPORT=1 go test -v -p 1 -run "$(FILTER)" ./...
|
HISHTORY_TEST=1 HISHTORY_SKIP_INIT_IMPORT=1 go test -v -p 1 -run "$(FILTER)" ./...
|
||||||
|
|
||||||
acttest:
|
acttest:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user