We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fail-fast: false
1 parent fd974fd commit 40a137eCopy full SHA for 40a137e
.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