diff --git a/openshift/Makefile b/openshift/Makefile index 74fc024f1..95cb75e36 100644 --- a/openshift/Makefile +++ b/openshift/Makefile @@ -21,6 +21,7 @@ export GO_BUILD_LDFLAGS := -s -w -X '$(VERSION_PATH).gitCommit=$(GIT_COMMIT)' verify: ## Run downstream-specific verify $(MAKE) tidy fmt generate -C $(DIR)/../ $(MAKE) manifests + $(MAKE) -C tests-extension verify git diff --exit-code .PHONY: manifests diff --git a/openshift/tests-extension/Makefile b/openshift/tests-extension/Makefile index a6b62bac6..d6c48eeef 100644 --- a/openshift/tests-extension/Makefile +++ b/openshift/tests-extension/Makefile @@ -42,7 +42,8 @@ TOOLS_BIN_DIR := $(CURDIR)/bin #SECTION Development .PHONY: verify #HELP To verify the code -verify: tidy fmt vet lint +verify: bindata tidy fmt vet lint + git diff --exit-code .PHONY: tidy #HELP Run go mod tidy. tidy: