未验证 提交 bd5f9165 编写于 作者: R runzexia

do not run some gen fuc

Signed-off-by: Nrunzexia <runzexia@yunify.com>
上级 03379920
......@@ -39,7 +39,7 @@ define ALL_HELP_INFO
# debugging tools like delve.
endef
.PHONY: all
all: test ks-apiserver ks-apigateway ks-iam controller-manager generate-apis clientset
all: test ks-apiserver ks-apigateway ks-iam controller-manager
# Build ks-apiserver binary
ks-apiserver: test
......@@ -88,7 +88,7 @@ docker-build: all
docker build . -t ${IMG}
# Run tests
test: generate fmt vet generate-apis
test:
export KUBEBUILDER_CONTROLPLANE_START_TIMEOUT=1m; go test ./pkg/... ./cmd/... -coverprofile cover.out -p 1
.PHONY: clean
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册