diff --git a/Makefile b/Makefile index 3e80ac4ed1..dee7e99e0e 100644 --- a/Makefile +++ b/Makefile @@ -140,7 +140,7 @@ test-unit: ## Run unit tests. CGO_ENABLED=1 KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./pkg/... -race -coverprofile cover.out .PHONY: test-integration -test-integration: ## Run integration tests. +test-integration: envtest ## Run integration tests. CGO_ENABLED=1 KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./test/integration/epp/... -race -coverprofile cover.out .PHONY: test-e2e