Skip to content

Commit

Permalink
Trace IO::Any failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Nov 21, 2019
1 parent 144d75f commit 465c2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- name: perl -V
run: perl -V
- name: Install Dependencies
run: cpanm -iq File::Spec ExtUtils::MakeMaker && cpanm -iq --installdeps --notest .
run: cpanm -v IO::Any && cpanm -iq File::Spec ExtUtils::MakeMaker && cpanm -iq --installdeps --notest .
- name: Run Tests
run: prove -l t

0 comments on commit 465c2df

Please sign in to comment.