Skip to content

Commit

Permalink
gha: run nox with verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Jul 5, 2024
1 parent f86341d commit 3fa9edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 3fa9edb

Please sign in to comment.