CI: run tests multi-threaded (#2251)

This commit is contained in:
black-sliver
2023-10-02 08:47:28 +02:00
committed by GitHub
parent f9761ad4e5
commit 5d9b47355e
4 changed files with 16 additions and 11 deletions

View File

@@ -54,9 +54,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-subtests
pip install pytest pytest-subtests pytest-xdist
python ModuleUpdate.py --yes --force --append "WebHostLib/requirements.txt"
python Launcher.py --update_settings # make sure host.yaml exists for tests
- name: Unittests
run: |
pytest
pytest -n auto