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

This commit is contained in:
2026-03-22 22:17:47 +00:00
parent 3557589fa5
commit 7b75c71882

View File

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