diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 9c2897d7..f0dd25cd 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -50,7 +50,7 @@ jobs: - name: Run tests run: | - pytest -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results + pytest -n auto --dist loadgroup --reruns 2 --alluredir=allure-results - name: Get allure history if: always()