change number of threads to logical instead of auto

This commit is contained in:
aya 2024-12-02 12:33:01 +02:00
parent 9d1e1af6c6
commit 0c4604aaf9

View File

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