You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ test-integration: ## Run integration tests.
137
137
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./test/integration/epp/... -race -coverprofile cover.out
138
138
139
139
.PHONY: test-e2e
140
-
test-e2e: manifests generate fmt vet envtest ## Run end-to-end tests against an existing Kubernetes cluster.
140
+
test-e2e: manifests generate fmt vet envtest image-build ## Run end-to-end tests against an existing Kubernetes cluster.
141
141
MANIFEST_PATH=$(PROJECT_DIR)/$(E2E_MANIFEST_PATH) go test ./test/e2e/epp/ -v -ginkgo.v
0 commit comments