We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4f6bf commit 8b496f6Copy full SHA for 8b496f6
Makefile
@@ -115,7 +115,7 @@ vet: ## Run go vet against code.
115
116
.PHONY: test
117
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
+ 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
119
120
# Utilize Kind or modify the e2e tests to load the image locally, enabling compatibility with other vendors.
121
.PHONY: test-e2e # Run the e2e tests against a Kind k8s instance that is spun up.
0 commit comments