Skip to content

Commit 8b496f6

Browse files
committed
added a flag to show ginkgo tests output in the pipeline
1 parent 5b4f6bf commit 8b496f6

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
@@ -115,7 +115,7 @@ vet: ## Run go vet against code.
115115

116116
.PHONY: test
117117
test: manifests generate fmt vet envtest ## Run tests.
118-
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test $$(go list ./... | grep -v /e2e) -coverprofile cover.out
118+
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test $$(go list ./... | grep -v /e2e) -v -ginkgo.v -coverprofile cover.out
119119

120120
# Utilize Kind or modify the e2e tests to load the image locally, enabling compatibility with other vendors.
121121
.PHONY: test-e2e # Run the e2e tests against a Kind k8s instance that is spun up.

0 commit comments

Comments
 (0)