mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-02 01:21:14 +00:00
Add in missing perl module
This commit is contained in:
parent
de1bf3e79b
commit
350ed99774
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dzil_tester.yml
vendored
4
.github/workflows/dzil_tester.yml
vendored
|
@ -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:
|
||||
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue