diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4afc115..dcf4d39 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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