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 053fec4 commit 4223731Copy full SHA for 4223731
Makefile
@@ -147,7 +147,7 @@ verify-crd-compatibility: $(CRD_DIFF) manifests
147
$(CRD_DIFF) --config="${CRD_DIFF_CONFIG}" "git://${CRD_DIFF_ORIGINAL_REF}?path=config/base/crd/bases/olm.operatorframework.io_clusterextensions.yaml" ${CRD_DIFF_UPDATED_SOURCE}
148
149
.PHONY: test
150
-test: manifests generate generate-catalogd fmt vet test-unit test-e2e #HELP Run all tests.
+test: manifests generate fmt vet test-unit test-e2e #HELP Run all tests.
151
152
.PHONY: e2e
153
e2e: #EXHELP Run the e2e tests.
0 commit comments