We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49ab14 commit e69c179Copy full SHA for e69c179
.github/workflows/run-tests.yml
@@ -46,5 +46,6 @@ jobs:
46
with:
47
perl-version: ${{ matrix.perl-version }}
48
- run: cpanm --installdeps --with-develop --notest .
49
+ - run: cpanm --installdeps --with-develop --notest .
50
- run: perl Makefile.PL
51
- run: make test
0 commit comments