Skip to content

Commit 65706f0

Browse files
committed
Run DevWorkspaceRouting controller envtests when running make test
Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
1 parent ddc9f12 commit 65706f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)