We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f0136 commit 2d758d3Copy full SHA for 2d758d3
Makefile
@@ -238,7 +238,7 @@ test-e2e:
238
239
.PHONY: test-doc-automation
240
test-doc-automation:
241
- $(RUN_GINKGO) $(GINKGO_FLAGS_ONE) --junit-report="test-doc-automation.xml" tests/documentation/...
+ $(RUN_GINKGO) $(GINKGO_FLAGS) --junit-report="test-doc-automation.xml" tests/documentation/...
242
243
244
# Generate OpenAPISpec library based on ododevapispec.yaml inside pkg/apiserver-gen; this will only generate interfaces
0 commit comments