Skip to content

Commit 3fdbbcb

Browse files
committed
Make sure test runs are recursive
also don't run author tests outside of build and coverage runs
1 parent 984d128 commit 3fdbbcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
--show-build-log-on-failure
8080
- name: Run Tests
8181
if: success()
82-
run: prove -lr --jobs 2 t xt
82+
run: prove -lr --jobs 2 t
8383
test_macos:
8484
runs-on: ${{ matrix.os }}
8585
strategy:
@@ -129,7 +129,7 @@ jobs:
129129
--with-test
130130
--mirror https://cpan.metacpan.org
131131
--mirror http://cpan.cpantesters.org
132-
- run: prove -l t xt
132+
- run: prove -lr t
133133
env:
134134
AUTHOR_TESTING: 1
135135
test_windows:
@@ -174,6 +174,6 @@ jobs:
174174
cpanfile: "cpanfile"
175175
args: "--mirror https://cpan.metacpan.org --mirror http://cpan.cpantesters.org"
176176
- run: perl -V
177-
- run: prove -l t xt
177+
- run: prove -lr t
178178
env:
179179
AUTHOR_TESTING: 1

0 commit comments

Comments
 (0)