From 5ea8da3d19f8bbfa5b7aa9634d23799b0e55832d Mon Sep 17 00:00:00 2001 From: X-Guardian <32168619+X-Guardian@users.noreply.github.com> Date: Sat, 22 Feb 2025 13:08:37 +0000 Subject: [PATCH] Disable test result caching Signed-off-by: X-Guardian <32168619+X-Guardian@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d9c89b15..282f24f36 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ docker/test: ## Run tests in docker .PHONY: test-all test-all: ## Run tests including integration - @go test $(PKG) + @go test -count=1 $(PKG) .PHONY: docker/test-all docker/test-all: ## Run all tests in docker