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