Skip to content

Commit a912b9c

Browse files
authored
github workflow: keep running all tests even if there are failures (#114)
1 parent 67cfc6e commit a912b9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
env:
1717
GITHUB_ACTIONS_OUTPUT: ""
1818
strategy:
19+
fail-fast: false
1920
matrix:
2021
browser: [chrome, firefox, jsc, safari, spidermonkey, v8]
2122
steps:

0 commit comments

Comments
 (0)