summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2022-04-22 09:24:33 -0400
committerOlaf Alders <olaf@wundersolutions.com>2022-04-22 09:24:33 -0400
commita76b10c854158435363cf1c4687ee2f69edf9784 (patch)
tree5b842633ad1cc99182ff362ab339dd0865f807c1 /.github
parent3e10ed1b554054fc440bb7d822f0c157a6327631 (diff)
downloaduri-a76b10c854158435363cf1c4687ee2f69edf9784.tar.gz
Make tests runs less verbose in CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dzil-build-and-test.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/dzil-build-and-test.yml b/.github/workflows/dzil-build-and-test.yml
index 1b191e5..c8d9b86 100644
--- a/.github/workflows/dzil-build-and-test.yml
+++ b/.github/workflows/dzil-build-and-test.yml
@@ -84,7 +84,7 @@ jobs:
with:
cpanfile: "cpanfile"
args: "--with-suggests --with-recommends --with-test"
- - run: prove -lrv t
+ - run: prove -lr t
env:
AUTHOR_TESTING: 0
RELEASE_TESTING: 0
@@ -125,7 +125,7 @@ jobs:
with:
cpanfile: "cpanfile"
args: "--with-suggests --with-recommends --with-test"
- - run: prove -lrv t
+ - run: prove -lr t
env:
AUTHOR_TESTING: 0
RELEASE_TESTING: 0
@@ -162,7 +162,7 @@ jobs:
with:
cpanfile: "cpanfile"
args: "--with-suggests --with-recommends --with-test"
- - run: prove -lrv t
+ - run: prove -lr t
env:
AUTHOR_TESTING: 0
RELEASE_TESTING: 0