Skip to content

Commit 10b834d

Browse files
authored
Fix ci make target (#65)
1 parent c4e8725 commit 10b834d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.DEFAULT_GOAL := help
22

33
.PHONY: ci
4-
all: ## CI build
5-
all: install generate build lint test mod-tidy build-snapshot diff
4+
ci: ## CI build
5+
ci: install generate build lint test mod-tidy build-snapshot diff
66

77
.PHONY: dev
88
dev: ## fast build

0 commit comments

Comments
 (0)