Skip to content

Commit

Permalink
fix(github): Add missing --, increase verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
teald committed Nov 1, 2024
1 parent bdd2d54 commit b33c058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- uses: excitedleigh/[email protected]

name: ${{ matrix.python }}
- run: nox -s test -p ${{ matrix.python }} -n 4
- run: nox -s test -p ${{ matrix.python }} -- -vv -n 4

0 comments on commit b33c058

Please sign in to comment.