File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ test: generate fmt vet manifests envtest
9999 ifneq ($(shell command -v ginkgo 2> /dev/null),)
100100 go test $(shell go list ./... | grep -v test/e2e | grep -v controllers/workspace) -coverprofile cover.out
101101 KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" \
102- ginkgo run --timeout 5m --randomize-all -coverprofile controller.cover.out controllers/workspace
102+ ginkgo run --timeout 5m --randomize-all -coverprofile controller.cover.out controllers/workspace controllers/controller/devworkspacerouting
103103 else
104104 KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" \
105105 go test $(shell go list ./... | grep -v test/e2e) -coverprofile cover.out
You can’t perform that action at this time.
0 commit comments