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.
fail-fast: false
1 parent 0745115 commit 07393a4Copy full SHA for 07393a4
.github/workflows/tests.yml
@@ -18,6 +18,7 @@ jobs:
18
tests:
19
runs-on: ${{ matrix.os }}
20
strategy:
21
+ fail-fast: false
22
matrix:
23
os: [ ubuntu-latest ] # macos-latest, windows-latest
24
ruby-version: [ "2.6", "2.7", "3.0", "3.1" ]
0 commit comments