Skip to content

Commit 07ec787

Browse files
committed
WIP
1 parent f7e047f commit 07ec787

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci-tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
perl -wE'use Module::Build 9999' || true
3636
perldoc -l Module::Build || true
3737
cpanfile-dump --with-feature=ci
38-
cpanm --with-feature=ci --notest -v .
38+
echo "=========================="
39+
cpanm --installdeps --notest -v .
40+
- run: |
3941
perl Build.PL
4042
./Build build
4143
- name: Run tests

0 commit comments

Comments
 (0)