From 36dd663426f7b8e9371df41dcd693fd25a027325 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Thu, 21 Dec 2023 03:04:12 +0700 Subject: [PATCH] chore: update makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e09277..c1c7156 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 @@ -25,6 +25,7 @@ coverage-html: coverage go tool cover -html=coverage.out lint: + go fix ./... golangci-lint run ./... format: