diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 964a21912..39985487b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,6 +73,9 @@ jobs: set -e ( [ -f Makefile ] || $MYPERL Makefile.PL ) && make disttest + - name: try + run: "where *make" + - name: Run tests after install (no coverage) if: '!matrix.coverage && matrix.test-installed' run: |