Skip to content

Commit 9746e2b

Browse files
committed
allow tests in subdirs and run verbosely
1 parent f124b2d commit 9746e2b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
--show-build-log-on-failure
8888
- name: Run Tests
8989
if: success()
90-
run: prove -lr --jobs 2 t
90+
run: prove -lrv --jobs 2 t
9191
test_macos:
9292
runs-on: ${{ matrix.os }}
9393
strategy:
@@ -126,7 +126,7 @@ jobs:
126126
cpanfile: "cpanfile"
127127
args: "--with-recommends --with-suggests --with-test"
128128
sudo: false
129-
- run: prove -l t
129+
- run: prove -lrv t
130130
env:
131131
AUTHOR_TESTING: 0
132132
RELEASE_TESTING: 0
@@ -167,7 +167,7 @@ jobs:
167167
cpanfile: "cpanfile"
168168
sudo: false
169169
- run: perl -V
170-
- run: prove -l t
170+
- run: prove -lrv t
171171
env:
172172
AUTHOR_TESTING: 0
173173
RELEASE_TESTING: 0

0 commit comments

Comments
 (0)