Skip to content

Commit e445394

Browse files
committed
Do not continue if tests should fail
1 parent b4e290d commit e445394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/perl-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Run the tests
6565
if: "!(contains(github.event.pull_request.labels.*.name, 'want-coverage'))"
6666
run: prove -lr -j4 t
67-
continue-on-error: true
67+
# continue-on-error: true
6868
- name: Run tests (with coverage)
6969
if: contains(github.event.pull_request.labels.*.name, 'want-coverage')
7070
env:

0 commit comments

Comments
 (0)