Skip to content

Commit 90c35ff

Browse files
committed
add dependencies targets
Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>
1 parent d97273f commit 90c35ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ test-integration: ## Run integration tests.
137137
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./test/integration/epp/... -race -coverprofile cover.out
138138

139139
.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.
141141
MANIFEST_PATH=$(PROJECT_DIR)/$(E2E_MANIFEST_PATH) go test ./test/e2e/epp/ -v -ginkgo.v
142142

143143
.PHONY: lint

0 commit comments

Comments
 (0)