Install dzil stuff, run tests
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed

This commit is contained in:
Ryan Voots 2023-11-20 12:21:38 -05:00
parent dd56c76d71
commit 6da4d859eb

View file

@ -7,7 +7,10 @@ matrix:
- "-threaded" - "-threaded"
steps: steps:
generate: test:
image: "quay.io/simcop2387/perl-debug-containers:${PERL_VERSIONS}-main${THREADS}-bookworm-backports" image: "quay.io/simcop2387/perl-debug-containers:${PERL_VERSIONS}-main${THREADS}-bookworm-backports"
commands: commands:
- env - cpanm --verbose Dist::Zilla
- dzil authordeps | xargs cpanm --verbose
- dzil listdeps | xargs cpanm --verbose
- dzil test