diff --git a/Makefile b/Makefile index c996b2b..e7ee4f1 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ .DEFAULT_GOAL := help .PHONY: ci -all: ## CI build -all: install generate build lint test mod-tidy build-snapshot diff +ci: ## CI build +ci: install generate build lint test mod-tidy build-snapshot diff .PHONY: dev dev: ## fast build