Skip to content

Commit

Permalink
CI: add Test:Exception module
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTimbert committed Oct 15, 2024
1 parent 853326b commit 38061c3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- develop
- master
- 'releases/**'
- '**'

pull_request:
branches:
- develop
Expand Down Expand Up @@ -41,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 38061c3

Please sign in to comment.