summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2021-09-27 18:04:37 +0000
committerNicholas Clark <nick@ccl4.org>2021-10-12 08:11:48 +0000
commit432caf78e5762ca90de95d1c339b9bec45693cfc (patch)
treecb95e0fccb6451a98b2423876370e01fb8174cea /.github
parent0ffd62ab6d6ea5269e08445494bf624decf410f6 (diff)
downloadperl-432caf78e5762ca90de95d1c339b9bec45693cfc.tar.gz
A CI test that manicheck reports no errors on a clean checkout
Do this on the "minitest" job as that has no "manicheck" step yet, and the "minitest" job does not have a "matrix", so we only run this actual test once.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/testsuite.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index 3d946abf96..d5c4795e57 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -505,6 +505,9 @@ jobs:
run: |
git config diff.renameLimit 999999
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
+ - name: manicheck
+ run: |
+ perl Porting/manicheck --exitstatus
- name: Configure
run: |
./Configure -des -Dusedevel -Dprefix="$HOME/perl-blead"