From bf18093a48673acad3298926b898da0400e06bd2 Mon Sep 17 00:00:00 2001 From: Gerrod Ubben Date: Wed, 12 Aug 2026 13:17:35 -0400 Subject: [PATCH] Make cli tests run in parallel https://redhat.atlassian.net/browse/PULP-2236 --- templates/github/.github/workflows/scripts/script.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/github/.github/workflows/scripts/script.sh.j2 b/templates/github/.github/workflows/scripts/script.sh.j2 index c06755d2..aa8f8884 100755 --- a/templates/github/.github/workflows/scripts/script.sh.j2 +++ b/templates/github/.github/workflows/scripts/script.sh.j2 @@ -166,7 +166,7 @@ then pip install -r test_requirements.txt pytest -v tests -m "{{ cli_plugin_markers }}" else - PULP_CA_BUNDLE="/usr/local/share/ca-certificates/pulp_webserver.crt" make livetest PYTEST_MARK="live and ({{ cli_plugin_markers }})" + PULP_CA_BUNDLE="/usr/local/share/ca-certificates/pulp_webserver.crt" make paralleltest PYTEST_MARK="live and ({{ cli_plugin_markers }})" fi popd {%- endif %}