Change number of threads to auto select

This commit is contained in:
aya 2024-12-02 12:25:38 +02:00
parent 2a9b91969a
commit 9d1e1af6c6

View File

@ -53,7 +53,7 @@ jobs:
- name: Run tests
run: |
pytest -n 12 --dist loadgroup --reruns 2 --alluredir=allure-results
pytest -n auto --dist loadgroup --reruns 2 --alluredir=allure-results
- name: Get allure history
if: always()