diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c058c1d..c4485a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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)