Skip to content

Commit

Permalink
Reapply "github/workflows: don't fail fast - allow other platforms to…
Browse files Browse the repository at this point in the history
… run"

This reverts commit ecbb1e2.
  • Loading branch information
razvancrainea committed Apr 30, 2024
1 parent d82ab0c commit 39fdc98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
BUILD_OS: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
compiler: ['gcc', 'clang', 'gcc-9', 'gcc-10', 'clang-9', 'clang-10']
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
BUILD_OS: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
compiler: ['gcc-i386-cross', 'clang-i386-cross', 'gcc-mips64-cross', 'gcc-arm32-cross', 'gcc-arm64-cross', 'gcc-arm32-qemu-cross', 'gcc-arm64-qemu-cross', 'clang-arm32-qemu-cross', 'clang-arm64-qemu-cross']
os: [ubuntu-22.04]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
BUILD_OS: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
compiler: ['gcc', 'clang', 'gcc-9', 'gcc-10', 'clang-9', 'clang-10']
os: [ubuntu-20.04]
Expand Down

0 comments on commit 39fdc98

Please sign in to comment.