Test new runner with number of workers auto

This commit is contained in:
aya 2024-12-03 13:20:16 +02:00
parent 5d67e7656e
commit 17f49a3277

View File

@ -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()