Run operator hub tests in parallel (#4846)

This commit is contained in:
Philippe Martin
2021-06-24 12:16:05 +02:00
committed by GitHub
parent 9cfcbc3485
commit 648592e93a

View File

@@ -344,7 +344,7 @@ openshiftci-presubmit-unittests:
.PHONY: test-operator-hub .PHONY: test-operator-hub
test-operator-hub: ## Run OperatorHub tests 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 .PHONY: test-cmd-devfile-describe
test-cmd-devfile-describe: test-cmd-devfile-describe: