From 7b75c71882344a012f56df28bebfe5598fd6bf22 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 22 Mar 2026 22:17:47 +0000 Subject: [PATCH] Add Gitea Actions workflow: ci.yml --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b950a55..ab77e08 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -16,5 +16,5 @@ jobs: python-version: '3.11' - name: Install package run: pip install -e ".[dev]" - - name: Run integration tests only - run: pytest tests/integration/ -v --tb=long + - name: Run all tests + run: pytest tests/ -v --tb=short