mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Run operator hub tests in parallel (#4846)
This commit is contained in:
2
Makefile
2
Makefile
@@ -344,7 +344,7 @@ openshiftci-presubmit-unittests:
|
||||
|
||||
.PHONY: test-operator-hub
|
||||
test-operator-hub: ## Run OperatorHub tests
|
||||
$(RUN_GINKGO) $(GINKGO_FLAGS_SERIAL) -focus="odo service command tests" tests/integration/operatorhub/
|
||||
$(RUN_GINKGO) $(GINKGO_FLAGS) -focus="odo service command tests" tests/integration/operatorhub/
|
||||
|
||||
.PHONY: test-cmd-devfile-describe
|
||||
test-cmd-devfile-describe:
|
||||
|
||||
Reference in New Issue
Block a user