From 796ceda1863a4e97f213b3bf10cebc69ed1b3df6 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Thu, 30 Jul 2026 14:21:16 +0200 Subject: [PATCH] add cli tests --- .gitea/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 96f432c..42b933e 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -55,8 +55,9 @@ jobs: - name: Run tests run: | UV_CACHE_DIR="/sls/bd/hla/.cache/uv" - uv run --directory scripts pytest + uv run --directory cli pytest uv run --directory packages/agebd pytest + uv run --directory scripts pytest # ----------------------------------------------------------------- # Directory Deployments