chore(CI): run windows tests in parallel

This commit is contained in:
Matthias
2024-12-29 16:18:26 +01:00
parent ea00260e79
commit 99ba489874

View File

@@ -297,7 +297,7 @@ jobs:
- name: Tests
run: |
pytest --random-order
pytest --random-order --durations 20 -n auto
- name: Check for repository changes
run: |