Replies: 4 comments
-
Yes. This pull request was submitted by someone with no interest in Windows :-/ I guess the code that sets the environment variables could also be written for Windows using Powershell. But I don't know enough Powershell to have confidence in any solution I might write. Patches welcome :-) |
Beta Was this translation helpful? Give feedback.
-
|
Since the testing context is only used after having Perl already available, why not use Perl for this? |
Beta Was this translation helpful? Give feedback.
-
|
Not yet PR ready, but works in principle: cpan-test-perl.yml |
Beta Was this translation helpful? Give feedback.
-
|
I looked through the things shogo82148 provides with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently triggering extended tests for my module Spreadsheet::Compare with an environment variable.
If I understand this correctly, this is only possible with the
testing_contextfor thecpan-testworkflow with a non windows os.I would be very interested in having that for windows and for
cpan-coverageas well, since running the extended tests will increase the coverage noticeable.And another thing: the module is installed with
cpanm --no-test. Will running the tests with make test consider theTEST_REQUIRESsettings inMakefile.PL?As an afterthought, I just could make the extended tests the default if they are running under github actions. There should be a default way to detect that.
Beta Was this translation helpful? Give feedback.
All reactions