diff --git a/Makefile b/Makefile index c5507abd4661d656d0246eef7759947c9436aab9..f43fbb38f98fb6d1edd87e9f9d78f5b7bb726222 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,7 @@ build-linux: $(BIN_DIR)/artifact.bin .SILENT: test test: cd $(SRC_DIR) \ + && go clean -testcache \ && go test \ -race \ -v \