Skip to content

Commit

Permalink
distcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTimbert committed Aug 21, 2024
1 parent 1724c66 commit 4eaeb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
- name: manifest
run: |
perl Makefile.PL
make distcheck
make distcheck 2> >(if grep .; then echo NOK && exit 283 ; else echo OK;fi)

0 comments on commit 4eaeb3f

Please sign in to comment.