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 b4e290d commit e445394Copy full SHA for e445394
.github/workflows/perl-tests.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Run the tests
65
if: "!(contains(github.event.pull_request.labels.*.name, 'want-coverage'))"
66
run: prove -lr -j4 t
67
- continue-on-error: true
+# continue-on-error: true
68
- name: Run tests (with coverage)
69
if: contains(github.event.pull_request.labels.*.name, 'want-coverage')
70
env:
0 commit comments