diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b52941e35..76ef2a611 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,4 +29,4 @@ jobs: run: uv sync --dev --all-extras - name: Run tests - run: uv run pytest tests + run: uv run pytest tests -vv