Skip to content

Commit 7fe7bd4

Browse files
committed
Use fail-fast: false in CI
1 parent 8c76f92 commit 7fe7bd4

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
@@ -13,6 +13,7 @@ jobs:
1313
needs: ruby-versions
1414
name: test (${{ matrix.ruby }} / ${{ matrix.os }})
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
1819
os: [ ubuntu-latest, macos-latest, windows-latest ]

0 commit comments

Comments
 (0)