From bb6cf540b248b6f3b88bf0ccf21034b131657e6e Mon Sep 17 00:00:00 2001 From: TheVeryDarkness <3266343194@qq.com> Date: Tue, 24 Dec 2024 15:13:08 +0800 Subject: [PATCH] CI: set fail-fast to false in benchmarks --- .github/workflows/benchmark.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 0c9e485..7a8e2db 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -14,6 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] + fail-fast: false runs-on: ${{ matrix.os }} steps: - name: Checkout Repository