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

Commit a465502

Browse files
committed
Add lint to make test command
1 parent 46acfbd commit a465502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ help: ## Display this help
6565
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z_-]+:.*?##/ { printf " \033[36m%-22s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)
6666

6767
.PHONY: test
68-
test: generate fmt vet ## Run tests
68+
test: generate fmt vet lint ## Run tests
6969
go test ./... -coverprofile cover.out
7070

7171
.PHONY: manager

0 commit comments

Comments
 (0)