From 523ab2e35f2408673de0c3392adadd0aff8c077a Mon Sep 17 00:00:00 2001 From: Phillip Wittrock Date: Thu, 27 Feb 2020 14:25:54 -0800 Subject: [PATCH] Add cmd/ and kyaml/ to prow tests --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 763f8037e..1d5bcf4cd 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,9 @@ verify-kustomize: \ .PHONY: prow-presubmit-check prow-presubmit-check: \ lint-kustomize \ - test-unit-kustomize-all + test-unit-kustomize-all \ + test-unit-cmd-all \ + test-go-mod .PHONY: verify-kustomize-e2e verify-kustomize-e2e: test-examples-e2e-kustomize @@ -204,6 +206,12 @@ test-unit-kustomize-all: \ test-unit-kustomize-cli \ test-unit-kustomize-plugins +test-unit-cmd-all: + ./travis/kyaml-pre-commit.sh + +test-go-mod: + ./travis/check-go-mod.sh + .PHONY: test-examples-kustomize-against-HEAD: $(MYGOBIN)/kustomize $(MYGOBIN)/mdrip ./hack/testExamplesAgainstKustomize.sh HEAD