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: all:
go mod tidy go mod tidy
$(MAKE) format
$(MAKE) test-color $(MAKE) test-color
$(MAKE) lint $(MAKE) lint
$(MAKE) format
$(MAKE) build $(MAKE) build
$(MAKE) clean $(MAKE) clean
@ -25,6 +25,7 @@ coverage-html: coverage
go tool cover -html=coverage.out go tool cover -html=coverage.out
lint: lint:
go fix ./...
golangci-lint run ./... golangci-lint run ./...
format: format: