We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125fd92 commit eba7602Copy full SHA for eba7602
.github/workflows/linux.yml
@@ -14,10 +14,12 @@ jobs:
14
runs-on: ubuntu-latest
15
16
strategy:
17
+ fail-fast: false
18
matrix:
19
cip_tag:
20
- static
- - "5.33"
21
+ - "5.35"
22
+ - "5.34"
23
- "5.32"
24
- "5.30"
25
- "5.28"
@@ -64,3 +66,8 @@ jobs:
64
66
- name: Build + Test
65
67
run: |
68
cip script
69
+
70
+ - name: CPAN log
71
+ if: ${{ failure() }}
72
+ run: |
73
+ cip exec bash -c 'cat $HOME/.cpanm/latest-build/build.log'
.github/workflows/macos.yml
@@ -54,3 +54,8 @@ jobs:
54
run: dzil run --no-build 'cpanm --installdeps .'
55
- name: Run Tests
56
run: dzil test -v
57
58
59
60
61
0 commit comments