From 1bbe478fd0a3d9f86ad479b42a3b244164b25441 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 25 May 2026 13:09:25 -0400 Subject: [PATCH] =?UTF-8?q?ci:=20report=20slowest=2025=20integration=20tes?= =?UTF-8?q?ts=20via=20pytest=20--durations=3D25=20=E2=80=94=20instrumentat?= =?UTF-8?q?ion=20pass=20before=20deciding=20parallelization=20vs=20targete?= =?UTF-8?q?d=20slow-test=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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