fix: remove concurrent execution flag from build configuration to prevent race conditions

This commit is contained in:
retoor 2026-05-14 02:36:38 +00:00
parent 384c2efc7a
commit 86e065b09a

View File

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