Skip to content

Commit 5fad8a3

Browse files
committed
CI: Remove obsolete build step
Not needed to run tests and helps to avoid problems as observed in #79 (comment)
1 parent 7c2fa7f commit 5fad8a3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci-tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
- name: Set up perl
3232
run: |
3333
cpanm --with-feature=ci --installdeps --notest .
34-
perl Build.PL
35-
./Build build
3634
- name: Run tests
3735
if: matrix.perl != 'latest' || matrix.os == 'macos-latest'
3836
run: |

0 commit comments

Comments
 (0)