We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ab5ef commit ea4f380Copy full SHA for ea4f380
.github/workflows/tests.yaml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Lint code and check dependencies
46
continue-on-error: ${{ matrix.nox_pyv == '3.11' }}
47
- run: nox -s lint safety
+ run: nox -s lint safety --verbose
48
49
- name: Run tests
50
run: nox -s tests-${{ matrix.nox_pyv || matrix.pyv }} -- --slow --cov-report=xml
0 commit comments