Skip to content

Commit f7d40b2

Browse files
committed
UPSTREAM: <carry>: Add tests-extension verify to openshift verify
Signed-off-by: Todd Short <todd.short@me.com>
1 parent 9a4865e commit f7d40b2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

openshift/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export GO_BUILD_LDFLAGS := -s -w -X '$(VERSION_PATH).gitCommit=$(GIT_COMMIT)'
2121
verify: ## Run downstream-specific verify
2222
$(MAKE) tidy fmt generate -C $(DIR)/../
2323
$(MAKE) manifests
24+
$(MAKE) -C tests-extension verify
2425
git diff --exit-code
2526

2627
.PHONY: manifests

openshift/tests-extension/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ TOOLS_BIN_DIR := $(CURDIR)/bin
4242

4343
#SECTION Development
4444
.PHONY: verify #HELP To verify the code
45-
verify: tidy fmt vet lint
45+
verify: bindata tidy fmt vet lint
46+
git diff --exit-code
4647

4748
.PHONY: tidy #HELP Run go mod tidy.
4849
tidy:

0 commit comments

Comments
 (0)