diff --git a/Makefile b/Makefile index 76984c3..f7934d1 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ all: go mod tidy + $(MAKE) format $(MAKE) test-color $(MAKE) lint - $(MAKE) format $(MAKE) build $(MAKE) clean @@ -13,6 +13,7 @@ test-color: go-test-color -race -failfast ./... lint: + go fix ./... golangci-lint run ./... format: