diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1da8c6d..27e866d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,8 +28,8 @@ jobs: - name: Install dependencies run: | - uv sync --group test + uv sync --extra test - name: Run tests with pytest run: | - uv run pytest tests/ + uv run pytest -v tests/