Skip to content

Commit ee55087

Browse files
committed
Disable tests when installing packages with cpanm
1 parent 81b8c8a commit ee55087

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/testsuite.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
uses: perl-actions/install-with-cpanm@stable
2727
with:
2828
sudo: true
29+
tests: false
2930
install: |
3031
Carp
3132
Cwd
@@ -79,6 +80,7 @@ jobs:
7980
uses: perl-actions/install-with-cpanm@stable
8081
with:
8182
sudo: false
83+
tests: false
8284
install: |
8385
Carp
8486
Cwd

0 commit comments

Comments
 (0)