From a3d6c55df08b6038e79bf52e5dcc9f18c55c5c86 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 04:40:15 +0000 Subject: [PATCH] fix: add pytest step --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 558696c..a50cf43 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,3 +17,6 @@ jobs: python3 -m pip install --upgrade pip python3 -m pip install click pyyaml rich pytest ruff python3 -m pip install -e . + + - name: Run tests + run: python3 -m pytest tests/ -v --tb=short