Skip to content

Add test GH action

Add test GH action #1

Workflow file for this run

name: Test
on: [push, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
container:
image: perl:5.32
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: cpanm -nq --installdeps .
- name: Run tests
run: prove -lv