diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f655dcc64..9bab91347 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 -vv + run: uv run pytest tests -v -s