Skip to content

Commit

Permalink
Clean up the testing a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Nov 29, 2022
1 parent a92180f commit bb32874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perltest.yml
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Check database
run: bin/db "select count(*) from sovereign"
- name: Install modules
run: cpanm --installdeps .
run: cpanm -n --installdeps .
- name: Run tests
run: prove -ISuccession/lib -v Succession/t

Expand All @@ -73,4 +73,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HARNESS_PERL_SWITCHES: -MDevel::Cover
run: prove -lv t && cover -report Coveralls -ignore t/*
run: prove -ISuccession/lib -v Succession/t && cover -report Coveralls -ignore t/*

0 comments on commit bb32874

Please sign in to comment.