We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c747e commit 3cc93c4Copy full SHA for 3cc93c4
Makefile
@@ -86,7 +86,7 @@ install-kustomize:
86
fi
87
88
# Run tests
89
-test: generate fmt vet manifests bin/setup-envtest
+test: generate fmt vet bin/setup-envtest
90
cd api && go test ./...
91
KUBEBUILDER_ASSETS=$$($(BIN_DIR)/setup-envtest --print path --bin-dir $(BIN_DIR) use $(ENVTEST_K8S_VERSION)) \
92
go test ./... \
@@ -113,7 +113,7 @@ manager: generate fmt vet
113
go build -o bin/manager main.go
114
115
# Run against the configured Kubernetes cluster in ~/.kube/config
116
-run: generate fmt vet manifests
+run: generate fmt vet
117
go run ./main.go
118
119
# Install CRDs into a cluster by manually creating or replacing the CRD depending on whether is currently existing
0 commit comments