From 53ce8882340ccdcc73fdd10e3224fd196187f61d Mon Sep 17 00:00:00 2001 From: Bence Csati Date: Fri, 5 Apr 2024 15:01:19 +0200 Subject: [PATCH] ci: trigger Signed-off-by: Bence Csati --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2770456..c78dab4 100644 --- a/Makefile +++ b/Makefile @@ -64,11 +64,11 @@ check: test lint ## Run lint checks and tests .PHONY: test test: ## Run tests - go test -race -count=1 -v ./... + go test -race -v ./... .PHONY: test-e2e test-e2e: ## Run e2e tests - go test -race -count=1 -v -timeout 900s -tags e2e ./e2e/ + go test -race -v -timeout 900s -tags e2e ./e2e/ .PHONY: test-e2e-local test-e2e-local: container-image ## Run e2e tests locally