diff --git a/Makefile b/Makefile index 044fb351..553b0296 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ .PHONY: test_gotest test_gotest: + go clean -testcache go test -timeout=0 ./... .PHONY: static_check