Skip to content

Commit

Permalink
Make sure test runs are recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jan 2, 2023
1 parent 9513af8 commit 672d698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
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 xt
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 xt
env:
AUTHOR_TESTING: 1

0 comments on commit 672d698

Please sign in to comment.