fix for test path

This commit is contained in:
Safwan
2026-06-15 18:44:52 +05:00
parent ddf16fbcc8
commit 20f05dd3da
+1 -1
View File
@@ -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