chore: update makefile

main
sudo pacman -Syu 2023-12-21 03:04:12 +07:00
parent 1ab50cfcd1
commit 36dd663426
1 changed files with 2 additions and 1 deletions

View File

@ -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: