diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0a015146e..ef8cac8a2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,6 +10,7 @@ jobs: name: Build and Test runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] steps: