Skip to content

Commit 4223731

Browse files
perdasilvaPer Goncalves da Silva
andauthored
remove reference to non-existent target (#1617)
Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]>
1 parent 053fec4 commit 4223731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ verify-crd-compatibility: $(CRD_DIFF) manifests
147147
$(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}
148148

149149
.PHONY: test
150-
test: manifests generate generate-catalogd fmt vet test-unit test-e2e #HELP Run all tests.
150+
test: manifests generate fmt vet test-unit test-e2e #HELP Run all tests.
151151

152152
.PHONY: e2e
153153
e2e: #EXHELP Run the e2e tests.

0 commit comments

Comments
 (0)