From b57ff793efc9ec44651d10ba25db0be6057f85f7 Mon Sep 17 00:00:00 2001 From: mariugul Date: Tue, 3 Sep 2024 23:31:48 +0200 Subject: [PATCH] ci: smoke test fail fast false --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 920d443c..688bd960 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,6 +61,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] + fail-fast: false steps: - name: Checkout code uses: actions/checkout@v4