Skip to content

Commit

Permalink
github workflow: do not test prereqs
Browse files Browse the repository at this point in the history
Dangerous and stupid, but fast.
  • Loading branch information
rjbs committed May 5, 2023
1 parent a4a25c9 commit 08e08d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/perl-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
# This could probably be made more efficient by looking at what it's
# installing via cpanm that could, instead, be installed from apt. I
# may do that later, but for now, it's fine! -- rjbs, 2023-01-07
run: |
cpanm --installdeps .
run: cpanm --notest --installdeps .
- name: Install yath
run: cpanm --notest Test2::Harness
- name: Install testing libraries
Expand Down

0 comments on commit 08e08d0

Please sign in to comment.