Skip to content

Commit 13d8bb0

Browse files
authored
Fix makefile: test-integration (#1142)
* Fix makefile: test-unit and test-integration * Update Makefile
1 parent 371e0a6 commit 13d8bb0

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
@@ -140,7 +140,7 @@ test-unit: ## Run unit tests.
140140
CGO_ENABLED=1 KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./pkg/... -race -coverprofile cover.out
141141

142142
.PHONY: test-integration
143-
test-integration: ## Run integration tests.
143+
test-integration: envtest ## Run integration tests.
144144
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
145145

146146
.PHONY: test-e2e

0 commit comments

Comments
 (0)