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

This commit is contained in:
2026-03-22 22:16:00 +00:00
parent 9d57cdf834
commit 630b66ccf6

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 integration tests only
run: pytest tests/integration/ -v --tb=long