Skip to content

Commit

Permalink
Dodge the 00-manifest.t failure
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultduponchelle committed Dec 4, 2024
1 parent ee68d01 commit 7e9668b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
perl-version: '5.38'

- name: Install dependencies
run: rm Makefile.PL && cpanm --quiet --installdeps .
run: mv Makefile.PL Makefile.PL.bak && cpanm --quiet --installdeps .

- name: Run tests
run: prove -lr t/

- name: Run author tests
run: prove -lr xt/
run: mv Makefile.PL.bak Makefile.PL && prove -lr xt/
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ cover_db/
sandbox/
bin/configsmoke.pl
\.github
Makefile.PL.bak

0 comments on commit 7e9668b

Please sign in to comment.