Skip to content

Commit

Permalink
Merge pull request #208 from MichaelTimbert/github-action
Browse files Browse the repository at this point in the history
Fix missing module in CI
  • Loading branch information
MichaelTimbert authored Oct 17, 2024
2 parents f28e22a + 38061c3 commit c31635b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- develop
- master
- 'releases/**'

pull_request:
branches:
- develop
Expand Down Expand Up @@ -40,12 +41,11 @@ jobs:
run: sudo apt install -y libidn2-dev

- name: cpan module
run: cpanm Module::Install Devel::CheckLib Module::Install::XSUtil Test::Fatal
run: cpanm Module::Install Devel::CheckLib Module::Install::XSUtil Test::Fatal Test::Exception

- name: installation
run: cpanm --verbose --notest --configure-args="--no-ed25519" .

- name: test
run: prove -bl


0 comments on commit c31635b

Please sign in to comment.