We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e047f commit 07ec787Copy full SHA for 07ec787
1 file changed
.github/workflows/ci-tests.yaml
@@ -35,7 +35,9 @@ jobs:
35
perl -wE'use Module::Build 9999' || true
36
perldoc -l Module::Build || true
37
cpanfile-dump --with-feature=ci
38
- cpanm --with-feature=ci --notest -v .
+ echo "=========================="
39
+ cpanm --installdeps --notest -v .
40
+ - run: |
41
perl Build.PL
42
./Build build
43
- name: Run tests
0 commit comments