We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec160e commit 8ed6170Copy full SHA for 8ed6170
Makefile
@@ -129,7 +129,7 @@ test-integration: manifests generate fmt vet envtest ## Run tests.
129
130
.PHONY: test-e2e
131
test-e2e: ## Run end-to-end tests against an existing Kubernetes cluster. When using default configuration, the tests need at least 3 available GPUs.
132
- MANIFEST_PATH=$(ROOT_DIR)/$(E2E_MANIFEST_PATH) go test ./test/e2e/ -v -ginkgo.v
+ MANIFEST_PATH=$(ROOT_DIR)/$(E2E_MANIFEST_PATH) go test ./test/e2e/epp/ -v -ginkgo.v
133
134
.PHONY: lint
135
lint: golangci-lint ## Run golangci-lint linter
0 commit comments