summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2021-09-27 18:01:49 +0000
committerNicholas Clark <nick@ccl4.org>2021-10-12 08:11:47 +0000
commit0ffd62ab6d6ea5269e08445494bf624decf410f6 (patch)
tree87ee518e698a9190f6c27c67eb62a9406ce12bd3 /.github
parent551ba941f1431c20d6f393b3fbd1f017ca7e58b9 (diff)
downloadperl-0ffd62ab6d6ea5269e08445494bf624decf410f6.tar.gz
A CI test that manicheck has no errors after `git clean -dxf`
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/testsuite.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index 8a02a3d647..3d946abf96 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -159,6 +159,12 @@ jobs:
- name: Run Tests
run: |
LD_LIBRARY_PATH=`pwd` MALLOC_PERTURB_=254 MALLOC_CHECK_=3 TEST_JOBS=2 ./perl t/harness
+ - name: git clean
+ run: |
+ git clean -dxf
+ - name: manicheck
+ run: |
+ perl Porting/manicheck --exitstatus
# _ _ _ _____ ___ __
# | (_)_ __ _ ___ __ (_)___ / ( _ ) / /_