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-1
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ test: test-unit test-integration ## Run all tests
207
207
208
208
test-integration: clean-cov generate fmt vet envtest ## Run Integration tests.
209
209
mkdir -p coverage/integration
210
-
KUBEBUILDER_ASSETS="$(shell $(ENVTEST)$(ARCH_PARAM) use $(ENVTEST_K8S_VERSION) -p path)" go test ./controllers... -coverprofile $(PROJECT_PATH)/coverage/integration/cover.out -ginkgo.v -ginkgo.progress -v -timeout 0
210
+
KUBEBUILDER_ASSETS="$(shell $(ENVTEST)$(ARCH_PARAM) use $(ENVTEST_K8S_VERSION) -p path)" go test ./controllers... -coverprofile $(PROJECT_PATH)/coverage/integration/cover.out -ginkgo.v -v -timeout 0
0 commit comments