diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61a3ec8..8e327a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: run: uv sync --all-extras -p ${{ matrix.python-version }} - name: Run unit tests - run: uv run --verbose tox -e py${{ matrix.python-version }} + run: uv run tox -e py${{ matrix.python-version }} - name: Run Style Checks - run: uv run --verbose tox -e style + run: uv run tox -e style