Paralllel test issues.

This commit is contained in:
Dries Peeters
2025-10-09 14:08:50 +02:00
parent be06957138
commit f401ebae7f
2 changed files with 3 additions and 3 deletions

View File

@@ -62,11 +62,11 @@ jobs:
run: |
pytest -m smoke -v --tb=short --no-cov
- name: Run unit tests (parallel)
- name: Run unit tests
env:
PYTHONPATH: ${{ github.workspace }}
run: |
pytest -m unit -v -n auto --dist loadfile --no-cov
pytest -m unit -v --no-cov
- name: Run critical integration tests
env: