Skip to content

Commit

Permalink
Test includes develop/build modules on default run
Browse files Browse the repository at this point in the history
  • Loading branch information
toddr committed Jan 2, 2024
1 parent 7d76c5b commit 03fb1cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: perl-actions/install-with-cpm@v1
with:
cpanfile: "cpanfile"
args: "--with-test --with-develop --with-requires --with-build"
- run: perl Makefile.PL
- run: make
- run: make test
Expand Down
5 changes: 5 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ on 'configure' => sub {
requires "ExtUtils::MakeMaker" => "0";
};

on 'build' => sub {
requires "Test::Pod::Coverage" => 0;
requires "Test::CheckManifest" => 0;
};

on 'develop' => sub {
requires "Test::Pod" => "1.41";
requires "Test::Spelling" => "0.12";
Expand Down

0 comments on commit 03fb1cf

Please sign in to comment.