Add Gitea Actions workflow: ci.yml
Some checks failed
CI / test (push) Failing after 14s

This commit is contained in:
2026-03-22 22:15:11 +00:00
parent cb91209370
commit 9d57cdf834

View File

@@ -16,5 +16,5 @@ jobs:
python-version: '3.11'
- name: Install package
run: pip install -e ".[dev]"
- name: Run unit tests only
run: pytest tests/unit/ -v
- name: Run all tests
run: pytest tests/ -v --tb=short