From 53391dbf8eb8b78c205357f546e7c25960e6a589 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Fri, 5 May 2023 10:58:08 +0200 Subject: [PATCH] Disable test cache --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 ./...