Skip to content

Move to Test2::V0

Move to Test2::V0 #9

Workflow file for this run

name: macOS
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: "${{ matrix.os }}-latest"
strategy:
matrix:
os:
- macos
perl:
- 5.38
- 5.36
name: ${{ matrix.os }}/${{ matrix.perl }}
steps:
- uses: actions/checkout@v4
- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl }}
- name: Build with cpam
run: cpanm --installdeps --notest .
- name: Run tests
run: cpanm --test-only -v .