diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 82e3dcee..9503ea27 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -61,10 +61,10 @@ jobs: nox --version - name: Lint code and check dependencies - run: nox -s lint-${{ matrix.pyv }} + run: nox -v -s lint-${{ matrix.pyv }} - name: Run tests - run: nox -s tests-${{ matrix.pyv }} -- --cov-report=xml + run: nox -v -s tests-${{ matrix.pyv }} -- --cov-report=xml env: VLLM_VERSION_OVERRIDE: ${{ matrix.vllm_version }}