We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d064e76 commit f336721Copy full SHA for f336721
Makefile
@@ -56,7 +56,7 @@ vet: ## Run go vet against code.
56
57
.PHONY: test
58
test: manifests generate fmt vet envtest ## Run tests.
59
- KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" go test ./... -coverprofile cover.out
+ KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" go test ./... -coverprofile cover.out --ginkgo.v
60
61
##@ Build
62
0 commit comments