From 6d4405a1ef507742bb5354b8ff894209457c4142 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Sun, 23 Jun 2024 21:21:25 +0300 Subject: [PATCH] Run tidy before testing Signed-off-by: Stefan Prodan --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 838ba2b0b..7ecdf0a18 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ run: --ui-logo=https://raw.githubusercontent.com/stefanprodan/podinfo/gh-pages/cuddle_clap.gif $(EXTRA_RUN_ARGS) .PHONY: test -test: +test: tidy fmt vet go test ./... -coverprofile cover.out build: @@ -30,8 +30,7 @@ vet: go vet ./... fmt: - gofmt -l -s -w ./ - goimports -l -w ./ + go fmt ./... build-charts: helm lint charts/*