Skip to content

Commit

Permalink
added test for latest macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoby committed Mar 13, 2024
1 parent 3b6bfb4 commit 2543c64
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/perl_tests_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ on:
branches:
- "*"
jobs:
mac-test:
runs-on: macos-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@main
with:
submodules: recursive
- run: perl -V
- run: cpanm --notest --installdeps --verbose .
- run: perl Makefile.PL
- run: make
- run: prove -wlvmb t
perl-job:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 2543c64

Please sign in to comment.