Use existing goimports installation if available

This commit is contained in:
2022-10-10 08:48:50 -04:00
parent 6ec1f4bb44
commit e9f2ca42db
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
GOIMPORTS_BIN ?= $(shell which goimports || true)
GOTEST_FLAGS ?= -v --coverprofile main.coverprofile --covermode count --cover github.com/urfave/cli/v2/cmd/urfave-cli-genflags
GOBUILD_FLAGS ?= -x
export GOIMPORTS_BIN
.PHONY: all
all: test build smoke-test