Skip to content

Commit

Permalink
Run tidy before testing
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Jun 23, 2024
1 parent 752950c commit 6d4405a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -30,8 +30,7 @@ vet:
go vet ./...

fmt:
gofmt -l -s -w ./
goimports -l -w ./
go fmt ./...

build-charts:
helm lint charts/*
Expand Down

0 comments on commit 6d4405a

Please sign in to comment.