Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Sep 11, 2023
1 parent bc6b1d7 commit a769097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perltest.yml
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install modules
run: cpanm -n --installdeps .
- name: Install coverage modules
run: cpanm -m Devel::Cover Devel::Cover::Report::Coveralls
run: cpanm -n Devel::Cover Devel::Cover::Report::Coveralls
- name: Run standard tests
if: matrix.os != 'ubuntu-latest'
run: prove -ISuccession/lib -v Succession/t
Expand Down

0 comments on commit a769097

Please sign in to comment.