Skip to content

Commit

Permalink
Fix author tests on GitHub runner
Browse files Browse the repository at this point in the history
  • Loading branch information
haukex committed Sep 14, 2024
1 parent f665852 commit 53bcab0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/full-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Tests and author tests
run: prove -lv t xt
run: |
cpanm namespace::clean
prove -lv t xt
- name: Coverage
run: perl Makefile.PL && make authorcover

0 comments on commit 53bcab0

Please sign in to comment.