From b5ffa95b0f0d96579a6eccb9ad1c48f0c3cbcf09 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Mon, 20 Nov 2023 16:58:39 -0500 Subject: [PATCH] wrong option --- .woodpecker/author-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/author-tests.yaml b/.woodpecker/author-tests.yaml index fbbad5b..b243a8d 100644 --- a/.woodpecker/author-tests.yaml +++ b/.woodpecker/author-tests.yaml @@ -13,6 +13,6 @@ steps: - apt update && apt install -y libssl-dev git - cpanm --verbose Dist::Zilla - dzil authordeps | xargs cpanm --verbose - - cpanm --no-test --verbose IO::Async + - cpanm --notest --verbose IO::Async - dzil listdeps | xargs cpanm --verbose - dzil test \ No newline at end of file