diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0860f603a..c4418ee364 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: name: 'Test (Linux)' runs-on: 'gemini-cli-ubuntu-16-core' strategy: + fail-fast: false matrix: node-version: - '20.x' @@ -78,6 +79,7 @@ jobs: runs-on: '${{ matrix.os }}' continue-on-error: true strategy: + fail-fast: false matrix: os: - 'macos-latest' @@ -156,6 +158,8 @@ jobs: name: 'Slow Test - Win' runs-on: 'gemini-cli-windows-16-core' continue-on-error: true + strategy: + fail-fast: false steps: - name: 'Checkout'