Skip to content

Commit b2e99cb

Browse files
committed
ci: Use code from lib and skip build process
1 parent 5a2fec3 commit b2e99cb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ jobs:
3030
run: perl -V
3131
- name: Set up perl
3232
run: |
33+
cpanm --version
3334
cpanm --with-feature=ci --installdeps --notest .
34-
perl Build.PL
35-
./Build build
3635
- name: Run tests
3736
if: matrix.perl != 'latest'
3837
run: |

0 commit comments

Comments
 (0)