From 47e2cec3d3878a501db297759ddb0cca06890363 Mon Sep 17 00:00:00 2001 From: Hauke D Date: Sat, 14 Sep 2024 12:39:53 +0000 Subject: [PATCH] One more fix for author tests on GH --- .github/workflows/full-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/full-tests.yml b/.github/workflows/full-tests.yml index 56b6296..66927b5 100644 --- a/.github/workflows/full-tests.yml +++ b/.github/workflows/full-tests.yml @@ -62,7 +62,7 @@ jobs: - uses: actions/checkout@v4 - name: Tests and author tests run: | - cpanm namespace::clean Moo + cpanm namespace::clean Moo Type::Tiny prove -lv t xt - name: Coverage run: perl Makefile.PL && make authorcover \ No newline at end of file