diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 07d8380ae..6fe39e948 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -13,6 +13,7 @@ jobs: name: Run runs-on: ${{ matrix.operating-system }} strategy: + fail-fast: false matrix: operating-system: [ubuntu-latest, windows-latest] steps: