mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-01-14 07:50:18 -06:00
Paralllel test issues.
This commit is contained in:
4
.github/workflows/cd-development.yml
vendored
4
.github/workflows/cd-development.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user