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 1d759fe commit 3ffb439Copy full SHA for 3ffb439
Makefile
@@ -2,7 +2,7 @@
2
3
.PHONY: dev
4
dev: ## dev build
5
-dev: clean install generate build fmt lint-fast test mod-tidy build-snapshot
+dev: clean install generate build fmt lint test mod-tidy build-snapshot
6
7
.PHONY: ci
8
ci: ## CI build
@@ -41,11 +41,6 @@ lint: ## golangci-lint
41
$(call print-target)
42
golangci-lint run
43
44
-.PHONY: lint-fast
45
-lint-fast: ## golangci-lint --fast
46
- $(call print-target)
47
- golangci-lint run --fast
48
-
49
.PHONY: test
50
test: ## go test with race detector and code covarage
51
0 commit comments