Add CLI integration tests and Gitea Actions CI workflow
Some checks failed
CI / test (push) Failing after 12s

This commit is contained in:
2026-02-02 15:58:17 +00:00
parent c24d8e7259
commit 65733c6a62

View File

@@ -16,4 +16,3 @@ jobs:
python-version: '3.11' python-version: '3.11'
- run: pip install -e ".[dev]" - run: pip install -e ".[dev]"
- run: pytest tests/ -v - run: pytest tests/ -v
- run: ruff check .