Skip to content

Commit

Permalink
Add in missing perl module
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Ferguson committed Oct 15, 2024
1 parent de1bf3e commit 350ed99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dzil_tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Regular tests
if: ${{ !matrix.coverage }}
run: |
cpanm -n -f Pod::Coverage::TrustPod Test::Perl::Critic Test::Pod::Coverage Test::Pod
cpanm -n -f Pod::Coverage::TrustPod Test::Perl::Critic Test::Pod::Coverage Test::Pod Test::Trap
perl Build.PL
perl Build test
env:
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Coverage tests
if: ${{ matrix.coverage }}
run: |
cpanm -n -f Pod::Coverage::TrustPod Test::Perl::Critic Test::Pod::Coverage Test::Pod
cpanm -n -f Pod::Coverage::TrustPod Test::Perl::Critic Test::Pod::Coverage Test::Pod Test::Trap
perl Build.PL
perl Build test
env:
Expand Down

0 comments on commit 350ed99

Please sign in to comment.