From 3e207cf5967449ea5fd40f0d12c376a9bfcba567 Mon Sep 17 00:00:00 2001 From: bob walker Date: Sat, 22 Aug 2020 14:30:07 +0100 Subject: [PATCH] Just use ./Build test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e7b467..670b675 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,5 +42,5 @@ jobs: - run: cpanm --quiet --installdeps --notest . - run: perl Build.PL - run: ./Build build - - run: cover -test -ignore Build.pm -report coveralls - # - run: ./Build test + # - run: cover -test -ignore Build.pm -report coveralls + - run: ./Build test