Excluding long tests from github actions, since there is not enough memory for it

Этот коммит содержится в:
Dmitrii Kapitan 2025-10-14 11:31:27 +02:00
родитель d6e0fbeffe
Коммит af97981547

2
.github/workflows/ci.yml поставляемый
Просмотреть файл

@ -31,7 +31,7 @@ jobs:
- name: Run pytest
run: |
cd ammico
python -m pytest -svv -m "not gcv" --cov=. --cov-report=xml
python -m pytest -svv -m "not gcv and not long" --cov=. --cov-report=xml
- name: Upload coverage
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
uses: codecov/codecov-action@v3