We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d131e commit ab787fbCopy full SHA for ab787fb
1 file changed
.github/workflows/test.yml
@@ -32,11 +32,11 @@ jobs:
32
- name: Test (release)
33
timeout-minutes: 3
34
if: ${{ github.ref == 'refs/heads/main' }}
35
- run: scripts/test.sh --release
+ run: scripts/test.sh -vvv --release
36
shell: bash
37
38
- name: Test
39
40
if: ${{ github.ref != 'refs/heads/main' }}
41
- run: scripts/test.sh
+ run: scripts/test.sh -vvv
42
0 commit comments