We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5375fdc commit 5287653Copy full SHA for 5287653
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 ./... \
@@ -103,7 +103,7 @@ manager: generate fmt vet
103
go build -o bin/manager main.go
104
105
# Run against the configured Kubernetes cluster in ~/.kube/config
106
-run: generate fmt vet manifests
+run: generate fmt vet
107
go run ./main.go
108
109
# Install CRDs into a cluster by manually creating or replacing the CRD depending on whether is currently existing
0 commit comments