Skip to content

Commit cdbf5d6

Browse files
committed
Add Test::Pod and Coverage to the "build" job as well
1 parent 70960ef commit cdbf5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: install dependencies
3030
run: |
3131
curl -L https://cpanmin.us | perl - -L ~/perl5 App::cpanminus
32-
cpanm -L ~/perl5 -n Dist::Zilla
32+
cpanm -L ~/perl5 -n Dist::Zilla Test::Pod Test::Pod::Coverage
3333
dzil authordeps --missing | cpanm -L ~/perl5 -n
3434
- run: dzil test
3535
- run: dzil build

0 commit comments

Comments
 (0)