From dae40757adbf7de777aaa999f758908509acb589 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 20:18:19 +0000 Subject: [PATCH] fix: finalize CI workflow (tests passing) --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 684ab96..04e4173 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -32,10 +32,10 @@ jobs: run: python --version - name: Run tests - run: pytest confsync/tests/ -v 2>&1 || true + run: pytest confsync/tests/ -v - name: Run linting - run: ruff check confsync/ 2>&1 || true + run: ruff check confsync/ - name: Check types - run: mypy confsync/ --ignore-missing-imports 2>&1 || true + run: mypy confsync/ --ignore-missing-imports