diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 41259953..ef01d69d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,7 +49,7 @@ jobs: - run: pip install -r requirements.txt - name: Run tests - run: pytest -n 3 --reruns 1 --alluredir=allure-results + run: pytest -n auto --reruns 1 --alluredir=allure-results - name: Get allure history if: always()