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 d2f16c2 commit 366efdbCopy full SHA for 366efdb
testdata/project-v4-multigroup/Makefile
@@ -78,7 +78,7 @@ test-e2e: manifests generate fmt vet ## Run the e2e tests. Expected an isolated
78
echo "No Kind cluster is running. Please start a Kind cluster before running the e2e tests."; \
79
exit 1; \
80
}
81
- go test ./test/e2e/ -v -ginkgo.v
+ go test ./test/e2e/ -v -ginkgo.vv
82
83
.PHONY: lint
84
lint: golangci-lint ## Run golangci-lint linter
0 commit comments