Skip to content

Commit bd74fa3

Browse files
authored
Merge pull request #40 from atoomic/test--
Disable tests when installing packages with cpanm
2 parents 81b8c8a + ee55087 commit bd74fa3

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)