diff --git a/.github/workflows/itests.yml b/.github/workflows/itests.yml index 36741ce7c..d06c12cd5 100644 --- a/.github/workflows/itests.yml +++ b/.github/workflows/itests.yml @@ -18,6 +18,7 @@ jobs: name: run integration tests runs-on: ubuntu-latest strategy: + fail-fast: false matrix: dotnet-version: ['6.0', '7.0', '8.0'] include: diff --git a/.github/workflows/sdk_build.yml b/.github/workflows/sdk_build.yml index fe935bfb8..5e6fd3532 100644 --- a/.github/workflows/sdk_build.yml +++ b/.github/workflows/sdk_build.yml @@ -41,6 +41,7 @@ jobs: name: Test .NET ${{ matrix.dotnet-version }} runs-on: ubuntu-latest strategy: + fail-fast: false matrix: dotnet-version: ['6.0', '7.0', '8.0'] include: