From 726c8d6d3247b96d3034314fea6d46af8d57ec6f Mon Sep 17 00:00:00 2001 From: Lee Katz - Aspen Date: Thu, 3 Aug 2023 14:32:33 -0400 Subject: [PATCH] added threading; more modules --- .github/workflows/cache.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index b875d09..e9bc02b 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -20,9 +20,14 @@ jobs: perl-version: '5.34' install-modules-with: cpanm install-modules-args: --with-develop --with-configure + multi-thread: true install-modules: | JSON Bio::Perl + Bio::Kmer + Bio::Tree::Statistics + Bio::Matrix::IO + Bio::Tree::DistanceFactory - run: | echo "hello world!" # prove -lv t