Update test
DevPlace CI / test (push) Failing after 3h6m49s

This commit is contained in:
2026-06-12 07:43:44 +02:00
parent 5824786db6
commit 7d12415ea5
8 changed files with 30 additions and 45 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
COVERAGE_PROCESS_START: ${{ github.workspace }}/.coveragerc
PLAYWRIGHT_HEADLESS: "1"
run: |
python -m coverage run -m pytest tests/ -n auto --dist loadfile --tb=line
python -m coverage run -m pytest tests/
- name: Build coverage report
if: always()