Skip to content

Commit 91bdbbc

Browse files
committed
CI: Don't fail fast when a single test matrix slot fails
1 parent 4d8b753 commit 91bdbbc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
tests:
2222
runs-on: ${{ matrix.os }}
2323
strategy:
24+
fail-fast: false
2425
matrix:
2526
os: [ "ubuntu-22.04", "macos-15-intel" ] # , windows-latest ]
2627
ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2" ]

0 commit comments

Comments
 (0)