diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3beb9bb..553c696 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,7 @@ jobs: - run: uv run ruff format --check packages/ - run: uv run pytest packages/gnss-product-management/test/ -m "not integration" -q - run: uv run pytest packages/gpm-cli/test/ -q + - run: uv run pytest packages/pride-ppp/tests/ -q update-docs: runs-on: ubuntu-latest diff --git a/pyproject.toml b/pyproject.toml index 3aa1aa9..e0a2573 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ docs = [ testpaths = [ "packages/gnss-product-management/test", "packages/gpm-cli/test", + "packages/pride-ppp/tests", ] addopts = "-v" markers = [