We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8dea8 commit d22d57bCopy full SHA for d22d57b
.github/workflows/dzil-build-and-test.yml
@@ -103,8 +103,8 @@ jobs:
103
uses: perl-actions/install-with-cpm@v1
104
with:
105
cpanfile: "cpanfile"
106
- args: "--with-suggests --with-recommends --with-test --with-develop"
107
- - run: prove -lr t xt
+ args: "--with-suggests --with-recommends"
+ - run: prove -lr t
108
env:
109
AUTHOR_TESTING: 1
110
RELEASE_TESTING: 1
@@ -143,8 +143,8 @@ jobs:
143
144
145
146
147
148
149
150
0 commit comments