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