From 2b6fecb6e9de64e287bc6bfe05bbc57102f0cb65 Mon Sep 17 00:00:00 2001 From: Stanislav Katkov Date: Tue, 10 Oct 2023 16:46:24 +0200 Subject: [PATCH] CI: don't fail fast --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0a6265d..07d34ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,7 @@ jobs: name: Tests runs-on: ubuntu-latest strategy: + fail-fast: false matrix: ruby-version: [3.2.2] database: [sqlite, postgres, mysql]