No concurrent

This commit is contained in:
retoor 2026-05-14 04:36:38 +02:00
parent 264b1ab849
commit ac483a646a

View File

@ -24,7 +24,7 @@ jobs:
- name: Run integration tests
run: |
python -m pytest tests/ -n auto -v --tb=line -x
python -m pytest tests/ -v --tb=line -x
- name: Upload test screenshots
if: failure()