Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit b465d57

Browse files
committed
🏃 Align Makefile with other CAP* repos
Signed-off-by: Vince Prignano <[email protected]>
1 parent 304791e commit b465d57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ help: ## Display this help
7171
## --------------------------------------
7272

7373
.PHONY: test
74-
test: generate fmt vet lint ## Run tests
74+
test: generate lint ## Run tests
7575
go test ./... -coverprofile cover.out
7676

7777
## --------------------------------------
7878
## Binaries
7979
## --------------------------------------
8080

8181
.PHONY: manager
82-
manager: generate fmt vet ## Build manager binary
82+
manager: generate lint ## Build manager binary
8383
go build -o bin/manager main.go
8484

8585
# Build controller-gen
@@ -226,7 +226,7 @@ clean-release: ## Remove the release folder
226226
## --------------------------------------
227227

228228
.PHONY: run
229-
run: generate fmt vet ## Run against the configured Kubernetes cluster in ~/.kube/config
229+
run: generate lint ## Run against the configured Kubernetes cluster in ~/.kube/config
230230
go run ./main.go
231231

232232
.PHONY: install

0 commit comments

Comments
 (0)