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