We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e8725 commit 10b834dCopy full SHA for 10b834d
Makefile
@@ -1,8 +1,8 @@
1
.DEFAULT_GOAL := help
2
3
.PHONY: ci
4
-all: ## CI build
5
-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
6
7
.PHONY: dev
8
dev: ## fast build
0 commit comments