Closed farblos closed 4 years ago
@farblos that is certainly possible if you think it would help.
According to this page all GitHub runners have 2 cores. Don't see an environment variable available for it in the docs, so can probably hard-wire it to use this
prove -lrs -j2 $(test-dirs)
@farblos that is certainly possible if you think it would help.
The 1.68 CPAN test runs have revealled two nice race conditions when executed in parallel, so there is always a chance of finding something. The problem with these is, of course, that actually someone has to follow up on seemingly exceptional failures...
so can probably hard-wire it to use this
prove -lrs -j2 $(test-dirs)
Agreed. Thanks!
See https://github.com/redhotpenguin/perl-Archive-Zip/pull/80 for the update
Thanks again!
@pmqs: In
.travis.yml
I have added the following some time ago:Since parallel/shuffled mode has the potential to reveal more problems, this seems to be a good thing.
Do you think anything like that would be also possible with your GitHub actions?