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
@@ -381,7 +381,7 @@ catalog-push: ## Push a catalog image.
381
381
382
382
.PHONY: test-unit
383
383
test-unit: manifests fmt vet envtest ## Run unit tests.
384
-
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test$(go list ./... | grep -v /test/) -coverprofile cover.out
384
+
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test -v ./pkg/controllers/ -coverprofile cover.out
385
385
386
386
.PHONY: test-component
387
387
test-component: envtest ginkgo ## Run component tests.
0 commit comments