Disable test result caching

Signed-off-by: X-Guardian <32168619+X-Guardian@users.noreply.github.com>
This commit is contained in:
X-Guardian
2025-02-22 13:08:37 +00:00
parent 9b719481bd
commit 5ea8da3d19

View File

@@ -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