Skip to content

Commit 103673e

Browse files
committed
Don't fail-fast in cruby bindings
I still want to see if the other passes if one fails
1 parent 81051c1 commit 103673e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cruby-bindings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
jobs:
1414
test-all:
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
# Some tests in this repository are only run against parse.y
1819
# We test them here in order to not fail ruby/ruby CI.

0 commit comments

Comments
 (0)