Skip to content

Commit 40a137e

Browse files
committed
CI: Add fail-fast: false to get the whole picture
1 parent fd974fd commit 40a137e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
tests:
1919
runs-on: ${{ matrix.os }}
2020
strategy:
21+
fail-fast: false
2122
matrix:
2223
os: [ ubuntu-latest ] # macos-latest, windows-latest
2324
ruby-version: [ "2.6", "2.7", "3.0", "3.1" ]

0 commit comments

Comments
 (0)