Skip to content

Commit 5569991

Browse files
committed
probe LWP simple CI tests
1 parent 45cb1f8 commit 5569991

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- name: Install Dependencies
2929
run: |
3030
zef install --/test App::Prove6
31+
zef install --deps-only LWP::Simple
32+
zef install --verbose --force LWP::Simple
3133
zef install --deps-only .
3234
- name: Run Tests
3335
run: prove6 -I. t

0 commit comments

Comments
 (0)