From 20f05dd3da7c42433bc44107a54aaf07e6b45778 Mon Sep 17 00:00:00 2001 From: Safwan Date: Mon, 15 Jun 2026 18:44:52 +0500 Subject: [PATCH] fix for test path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df1eb792..deca3ae4 100644 --- a/Makefile +++ b/Makefile @@ -148,7 +148,7 @@ manifest: docker manifest annotate --arch $(ARCH) $(REPOSITORY_GENERIC) $(REPOSITORY_ARCH) test: - "$(GOCMD)" test -timeout 1800s -v -count=1 ./internal/... ./pkg/... ./test/e2e/utils/... + "$(GOCMD)" test -timeout 1800s -v -count=1 ./internal/... ./test/e2e/utils/... ##@ E2E Tests