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 821d588 commit 3974fbc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,11 @@ jobs:
run: prove -bl

- name: manifest
run: ./manifest.sh
run: |
output=$(make distcheck 2>&1 >/dev/null)
if [ -n "$output" ]; then
make distcheck
exit 1
else
exit 0
fi

0 comments on commit 3974fbc

Please sign in to comment.