diff --git a/Makefile b/Makefile index 91139c0..f97f0a3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ .PHONY: all test-color lint -all: test-color lint +all: + $(MAKE) test-color + $(MAKE) lint go mod tidy test-color: