Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
wchristian committed Sep 23, 2023
1 parent b526c64 commit 71b9c7e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/test-dependents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,16 @@ jobs:
App::perlimports Dist::Zilla PLS Promise::Me Archive::Tar::Wrapper
Term::ReadLine::Gnu Test::FailWarnings Test::File::ShareDir
Chess::Plisco Marpa::R2 Perl::Critic Test::HTML::Content
Test2::Plugin::Feature
Test2::Plugin::Feature Chess::PGN::Parse Test::Base::Less
File::Next Test::Script Object::Method Perl::Critic::TooMuchCode
String::PerlQuote Test::Output Test::Simple XXX Chess::PGN::Parse
Data::Compare File::Edit::Portable Mock::Sub Test::Trap
File::Tempdir Mock::Sub File::Touch Hook::Output::Tiny
Module::Starter Test::CheckDeps File::PathList Readonly::XS
Statistics::Basic::Mean Statistics::Basic::Median
Statistics::Basic::StdDev Test::Compile Number::Format PPI::HTML
Pod::Elemental::Transformer::SynHi Text::HumanComputerWords
Test::BDD::Cucumber::StepFile Cucumber::TagExpressions
- name: Run Tests
env:
AUTHOR_TESTING: 0
Expand Down
2 changes: 1 addition & 1 deletion xt/dependent-modules.t
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ use Test::DependentModules 'test_all_dependents';
skip_all "ENV var TEST_DEPENDENTS not set" if not $ENV{TEST_DEPENDENTS};

test_all_dependents #
PPI => { exclude => qr/^(Apache2-SSI|Devel-ebug-HTTP|Devel-IPerl|Padre)$/ };
PPI => { exclude => qr/^(Apache2-SSI|Padre)$/ };

0 comments on commit 71b9c7e

Please sign in to comment.