Skip to content

Commit

Permalink
Remove vet and fmt from test step in Makefile
Browse files Browse the repository at this point in the history
Since these two run seperately as `make lint` anyway,
we don't need them with every test.
  • Loading branch information
cimnine committed Feb 4, 2021
1 parent bad9807 commit 75984d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -19,7 +19,7 @@ ENVTEST_ASSETS_DIR=$(shell pwd)/testbin
all: build ## Invokes the build target

.PHONY: test
test: fmt vet ## Run tests
test: ## Run tests
go test ./... -coverprofile cover.out

# See https://storage.googleapis.com/kubebuilder-tools/ for list of supported K8s versions
Expand Down

0 comments on commit 75984d6

Please sign in to comment.