Skip to content

Commit

Permalink
Make sure test runs are recursive
Browse files Browse the repository at this point in the history
also don't run author tests outside of build and coverage runs
  • Loading branch information
oalders committed Jan 3, 2023
1 parent 984d128 commit 3fdbbcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Expand Up @@ -79,7 +79,7 @@ jobs:
--show-build-log-on-failure
- name: Run Tests
if: success()
run: prove -lr --jobs 2 t xt
run: prove -lr --jobs 2 t
test_macos:
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
--with-test
--mirror https://cpan.metacpan.org
--mirror http://cpan.cpantesters.org
- run: prove -l t xt
- run: prove -lr t
env:
AUTHOR_TESTING: 1
test_windows:
Expand Down Expand Up @@ -174,6 +174,6 @@ jobs:
cpanfile: "cpanfile"
args: "--mirror https://cpan.metacpan.org --mirror http://cpan.cpantesters.org"
- run: perl -V
- run: prove -l t xt
- run: prove -lr t
env:
AUTHOR_TESTING: 1

0 comments on commit 3fdbbcb

Please sign in to comment.