You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MANIFEST_GEN_INPUTS_TEST=$(shell find test/fakes/* -name "*zz_generated*" -prune -o -type f -print)
259
+
.PHONY: generate-manifest-test
260
+
generate-manifest-test: config/.flag-test.mk ## Generates crd, webhook, rbac, and other configuration manifests from kubebuilder instructions in go comments.
test: generate-mocks lint $(GINKGO_V2)$(KUBECTL)$(API_SERVER)$(ETCD)## Run tests. At the moment this is only unit tests.
266
+
test: generate-deepcopy-test generate-manifest-test generate-mocks lint $(GINKGO_V2)$(KUBECTL)$(API_SERVER)$(ETCD)## Run tests. At the moment this is only unit tests.
253
267
@./hack/testing_ginkgo_recover_statements.sh --add # Add ginkgo.GinkgoRecover() statements to controllers.
254
268
@# The following is a slightly funky way to make sure the ginkgo statements are removed regardless the test results.
0 commit comments