Skip to content

Commit

Permalink
added threading; more modules
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Aug 3, 2023
1 parent 6c9a684 commit 726c8d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 726c8d6

Please sign in to comment.