From f839dc3d9ec114990e7c9fc26532d7e5993fadcb Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Thu, 30 Jul 2026 17:02:00 +0200 Subject: [PATCH] verbose uv --- .gitea/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d4ba632..7c2bf58 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -60,9 +60,9 @@ jobs: - name: Run core tests run: | - uv run --directory cli pytest - uv run --directory packages/agebd pytest - uv run --directory scripts pytest + uv run --directory cli pytest -v + uv run --directory packages/agebd pytest -v + uv run --directory scripts pytest -v # ----------------------------------------------------------------- # Directory Deployments