From 103673e0a991b781c15c7db8d0fcf45dd41b7d49 Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Thu, 4 Dec 2025 12:08:04 +0100 Subject: [PATCH] Don't fail-fast in cruby bindings I still want to see if the other passes if one fails --- .github/workflows/cruby-bindings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cruby-bindings.yml b/.github/workflows/cruby-bindings.yml index 2c63a76299..d635e550f0 100644 --- a/.github/workflows/cruby-bindings.yml +++ b/.github/workflows/cruby-bindings.yml @@ -13,6 +13,7 @@ on: jobs: test-all: strategy: + fail-fast: false matrix: # Some tests in this repository are only run against parse.y # We test them here in order to not fail ruby/ruby CI.