Skip to content

Commit d22d57b

Browse files
committed
Only run author tests in CI build job
1 parent ec8dea8 commit d22d57b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dzil-build-and-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ jobs:
103103
uses: perl-actions/install-with-cpm@v1
104104
with:
105105
cpanfile: "cpanfile"
106-
args: "--with-suggests --with-recommends --with-test --with-develop"
107-
- run: prove -lr t xt
106+
args: "--with-suggests --with-recommends"
107+
- run: prove -lr t
108108
env:
109109
AUTHOR_TESTING: 1
110110
RELEASE_TESTING: 1
@@ -143,8 +143,8 @@ jobs:
143143
uses: perl-actions/install-with-cpm@v1
144144
with:
145145
cpanfile: "cpanfile"
146-
args: "--with-suggests --with-recommends --with-test --with-develop"
147-
- run: prove -lr t xt
146+
args: "--with-suggests --with-recommends"
147+
- run: prove -lr t
148148
env:
149149
AUTHOR_TESTING: 1
150150
RELEASE_TESTING: 1

0 commit comments

Comments
 (0)