We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8c9aa commit 1f0c7afCopy full SHA for 1f0c7af
Makefile
@@ -152,7 +152,7 @@ vet: ## Run go vet against code.
152
153
.PHONY: test
154
test: manifests generate docker-generate-protobuf fmt vet envtest ## Run tests.
155
- 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 -v ./... -coverprofile cover.out
156
157
.PHONY: check-all-committed
158
check-all-committed: ## Fail in case there are uncommitted changes
0 commit comments