fix: update CI workflow to run confsync tests correctly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user