diff --git a/Makefile b/Makefile index ad1b647..c5a322e 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,7 @@ distclean: test: $(info ===> TESTING) + @go clean -testcache @go build ./... @go vet ./... @go test ./...