chore: update makefile
parent
1ab50cfcd1
commit
36dd663426
3
Makefile
3
Makefile
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue