summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/perl.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/perl.yml b/.github/workflows/perl.yml
index 792826f..93b81aa 100644
--- a/.github/workflows/perl.yml
+++ b/.github/workflows/perl.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
perl-version:
- - '5.20'
+ - '5.30'
- 'latest'
- 'threaded'
@@ -25,9 +25,15 @@ jobs:
steps:
- uses: actions/checkout@v2
+ with:
+ submodules: recursive
- name: perl -V
run: perl -V
- name: Install Dependencies
run: curl -sL https://raw.githubusercontent.com/skaji/cpm/master/cpm | perl - install -g --show-build-log-on-failure
+ - name: Prepare Build
+ run: perl Build.PL
+ - name: build
+ run: ./Build
- name: Run Tests
run: prove -l t