From d97028b5f485fa5303a1780faf570ec5c43692e6 Mon Sep 17 00:00:00 2001 From: Matt Simerson <matt@tnpi.net> Date: Mon, 11 Mar 2024 23:14:07 -0700 Subject: [PATCH] skip dep tests --- .github/workflows/ci.yml | 2 +- META.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4041336a..fb97404c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,5 +21,5 @@ jobs: - uses: shogo82148/actions-setup-perl@v1 with: perl-version: ${{ matrix.perl }} - - run: cpanm --installdeps . + - run: cpanm --installdeps -n -f . - run: prove -lv t \ No newline at end of file diff --git a/META.yml b/META.yml index 6483ed87..2fe82643 100644 --- a/META.yml +++ b/META.yml @@ -33,4 +33,5 @@ requires: Mail::SPF: 0 Geo::IP: 0 Redis: 0 + CDB_File: 0 version: 1.00