Skip to content

Commit ea4f380

Browse files
committed
Update tests.yaml
1 parent 17ab5ef commit ea4f380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Lint code and check dependencies
4646
continue-on-error: ${{ matrix.nox_pyv == '3.11' }}
47-
run: nox -s lint safety
47+
run: nox -s lint safety --verbose
4848

4949
- name: Run tests
5050
run: nox -s tests-${{ matrix.nox_pyv || matrix.pyv }} -- --slow --cov-report=xml

0 commit comments

Comments
 (0)