From 6abb348b4356fcea023f62c5029a383ea5a27391 Mon Sep 17 00:00:00 2001 From: Ed J Date: Wed, 3 Jul 2024 01:18:36 +0100 Subject: [PATCH] debug t9.t --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6487681..d3e582e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,3 +47,5 @@ jobs: test-enable-release-testing: ${{ matrix.release-test }} test-enable-coverage: ${{ matrix.coverage }} github-token: ${{ secrets.GITHUB_TOKEN }} + - run: 'perl -Mblib t/t9.t' + if: always()