Add Gitea Actions workflow: ci.yml
All checks were successful
CI / test (push) Successful in 14s

This commit is contained in:
2026-03-22 22:18:58 +00:00
parent 7b75c71882
commit 9c1322886c

View File

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