We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a2fec3 commit b2e99cbCopy full SHA for b2e99cb
1 file changed
.github/workflows/ci-tests.yaml
@@ -30,9 +30,8 @@ jobs:
30
run: perl -V
31
- name: Set up perl
32
run: |
33
+ cpanm --version
34
cpanm --with-feature=ci --installdeps --notest .
- perl Build.PL
35
- ./Build build
36
- name: Run tests
37
if: matrix.perl != 'latest'
38
0 commit comments