From 1ac2f0bc7d9c6cd5db6c1a63e03a475e1553fdca Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 23 Sep 2026 16:17:53 +0800 Subject: [PATCH] chore(ci): enable benchmark fail-fast --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index b6d425001..b62624612 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -23,7 +23,7 @@ jobs: PUPPETEER_SKIP_DOWNLOAD: 'true' PUPPETEER_EXECUTABLE_PATH: '/Applications/Google Chrome for Testing.app/Contents/MacOS/Google Chrome for Testing' strategy: - fail-fast: false + fail-fast: true matrix: os: [macos-15] case: [react-1k, react-5k, react-10k, ui-components, popular-libs]