Skip to content

Commit c847e49

Browse files
committed
Use fail-fast: false in CI
1 parent 738c06f commit c847e49

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
@@ -12,6 +12,7 @@ jobs:
1212
needs: ruby-verions
1313
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
ruby: ${{ fromJson(needs.ruby-verions.outputs.versions) }}
1718
os: [ ubuntu-latest, macos-latest, windows-latest ]

0 commit comments

Comments
 (0)