Skip to content

Commit

Permalink
Enable author testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Mar 30, 2023
1 parent b106664 commit c61ca82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
os: [macos-latest, windows-latest, ubuntu-latest]
perl: ['5']
include:
- { os: 'ubuntu-latest', perl: "5" , enable-author-testing: 1 }
- { os: 'ubuntu-latest', perl: "5.16" }
- { os: 'ubuntu-latest', perl: "5.20" }
- { os: 'ubuntu-latest', perl: "5.30" }
Expand Down Expand Up @@ -91,6 +92,13 @@ jobs:
run: |
cpanm --notest --installdeps .
- name: Install Perl develop deps
if: env.enable-author-testing
run: |
cpanm --notest --installdeps --with-develop .
- name: Run tests
env:
AUTHOR_TESTING: ${{ env.enable-author-testing || 0 }}
run: |
cpanm --verbose --test-only .

0 comments on commit c61ca82

Please sign in to comment.