Skip to content

Commit f336721

Browse files
committed
ci: Use verbose mode when running tests
1 parent d064e76 commit f336721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ vet: ## Run go vet against code.
5656

5757
.PHONY: test
5858
test: manifests generate fmt vet envtest ## Run tests.
59-
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" go test ./... -coverprofile cover.out
59+
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" go test ./... -coverprofile cover.out --ginkgo.v
6060

6161
##@ Build
6262

0 commit comments

Comments
 (0)