We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137b76e commit 8400234Copy full SHA for 8400234
1 file changed
.github/workflows/ci-tests.yaml
@@ -36,7 +36,7 @@ jobs:
36
perldoc -l Module::Build || true
37
echo "=========================="
38
- run: |
39
- cpanm --installdeps --notest -v .
+ cpanm --with-feature=ci --installdeps --notest -v .
40
#perl Build.PL
41
#./Build build
42
- name: Run tests
0 commit comments