From 648592e93a3e96898e11548cf0630392e077ffd1 Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Thu, 24 Jun 2021 12:16:05 +0200 Subject: [PATCH] Run operator hub tests in parallel (#4846) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec1eb2d41..a0d2c009e 100644 --- a/Makefile +++ b/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: