diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 829aa4c..4687738 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -121,4 +121,4 @@ jobs: done pip install -r requirements.txt pytest pytest-asyncio alembic upgrade head - pytest tests/ -v -m integration + pytest tests/ -v -m integration --durations=25