We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c76f92 commit 7fe7bd4Copy full SHA for 7fe7bd4
.github/workflows/test.yml
@@ -13,6 +13,7 @@ jobs:
13
needs: ruby-versions
14
name: test (${{ matrix.ruby }} / ${{ matrix.os }})
15
strategy:
16
+ fail-fast: false
17
matrix:
18
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
19
os: [ ubuntu-latest, macos-latest, windows-latest ]
0 commit comments