Update test.yml

This commit is contained in:
Oliver Gorwits
2021-08-15 20:48:44 +01:00
committed by GitHub
parent 28389cb73b
commit 59b0d9f25b

View File

@@ -15,4 +15,4 @@ jobs:
with: with:
perl-version: 'latest' perl-version: 'latest'
- run: 'cpanm --installdeps .' - run: 'cpanm --installdeps .'
- run: 'prove -v xt/*.t' - run: 'prove -vl xt/*.t'