Skip to content

Commit

Permalink
use make test instead of prove
Browse files Browse the repository at this point in the history
  • Loading branch information
dankogai committed Feb 25, 2024
1 parent 05792e8 commit 48d682c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/strawberry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
perl-version: ${{ matrix.perl }}
distribution: strawberry
- run: perl -V
- run: cpanm --installdeps .
- run: prove -lv t
- run: perl Makefile.PL
- run: make test

0 comments on commit 48d682c

Please sign in to comment.