fix: update CI workflow to run confsync tests correctly
Some checks failed
CI / test (push) Failing after 5s
CI / build (push) Has been skipped

This commit is contained in:
2026-02-04 20:12:36 +00:00
parent f7279728c3
commit 90daa46604

View File

@@ -23,10 +23,10 @@ jobs:
pip install -e ".[dev]"
- name: Run tests
run: pytest tests/ -v --tb=short
run: pytest confsync/tests/ -v --tb=short
- name: Run linting
run: ruff check .
run: ruff check confsync/
- name: Check types
run: mypy confsync/ --ignore-missing-imports