Update optimize full-run (#238)

* Enable full-run in github workflow
This commit is contained in:
Dominique Lasserre
2024-12-12 14:37:46 +01:00
committed by GitHub
parent 9620efccf1
commit a5e637ab4c
6 changed files with 2272 additions and 854 deletions

View File

@@ -26,4 +26,4 @@ jobs:
- name: Run Pytest
run: |
pip install -e .
python -m pytest -vs --cov src --cov-report term-missing tests/
python -m pytest --full-run -vs --cov src --cov-report term-missing