From e4d1392085fca52d4479c255e7dfccebe31bd769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Tue, 29 Jun 2021 23:49:21 +0200 Subject: [PATCH] Use (make validate-local) in the validate target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to keep the two in sync. Signed-off-by: Miloslav Trmač --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3bf64b96..a7949fbc 100644 --- a/Makefile +++ b/Makefile @@ -204,7 +204,7 @@ test-unit: build-container $(CONTAINER_RUN) make test-unit-local BUILDTAGS='$(BUILDTAGS)' validate: build-container - $(CONTAINER_RUN) hack/make.sh validate-git-marks validate-gofmt validate-lint validate-vet + $(CONTAINER_RUN) make validate-local # This target is only intended for development, e.g. executing it from an IDE. Use (make test) for CI or pre-release testing. test-all-local: validate-local test-unit-local