Skip to content

Commit 8acbbea

Browse files
committed
Kustomize first
1 parent 364b428 commit 8acbbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ vet: ## Run go vet against code.
7676
go vet ./...
7777

7878
.PHONY: test
79-
test: manifests generate code/gofumpt api-docs vet envtest kustomize ## Run tests.
79+
test: kustomize manifests generate code/gofumpt api-docs vet envtest ## Run tests.
8080
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./... -coverprofile cover.out
8181

8282
##@ Build

0 commit comments

Comments
 (0)