We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f124b2d commit 9746e2bCopy full SHA for 9746e2b
1 file changed
.github/workflows/build-and-test.yml
@@ -87,7 +87,7 @@ jobs:
87
--show-build-log-on-failure
88
- name: Run Tests
89
if: success()
90
- run: prove -lr --jobs 2 t
+ run: prove -lrv --jobs 2 t
91
test_macos:
92
runs-on: ${{ matrix.os }}
93
strategy:
@@ -126,7 +126,7 @@ jobs:
126
cpanfile: "cpanfile"
127
args: "--with-recommends --with-suggests --with-test"
128
sudo: false
129
- - run: prove -l t
+ - run: prove -lrv t
130
env:
131
AUTHOR_TESTING: 0
132
RELEASE_TESTING: 0
@@ -167,7 +167,7 @@ jobs:
167
168
169
- run: perl -V
170
171
172
173
0 commit comments