Skip to content

Commit 05bc2d3

Browse files
committed
ci: do not fail fast
1 parent f995da2 commit 05bc2d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
tests:
1919
runs-on: ubuntu-latest
2020
strategy:
21+
fail-fast: false
2122
matrix:
2223
ruby: ["2.7", "3.0", "3.1", "3.2", "head"]
2324
steps:

0 commit comments

Comments
 (0)