Skip to content

Commit ab787fb

Browse files
committed
BLD: Use verbose mode for GitHub pytest runs
1 parent 35d131e commit ab787fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
- name: Test (release)
3333
timeout-minutes: 3
3434
if: ${{ github.ref == 'refs/heads/main' }}
35-
run: scripts/test.sh --release
35+
run: scripts/test.sh -vvv --release
3636
shell: bash
3737

3838
- name: Test
3939
timeout-minutes: 3
4040
if: ${{ github.ref != 'refs/heads/main' }}
41-
run: scripts/test.sh
41+
run: scripts/test.sh -vvv
4242
shell: bash

0 commit comments

Comments
 (0)