Skip to content

Commit

Permalink
Don't let a failed build prevent others from running.
Browse files Browse the repository at this point in the history
  • Loading branch information
insertinterestingnamehere committed Oct 19, 2023
1 parent 0cc1a9f commit 26bf4b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
linux_make_check:
runs-on: ubuntu-22.04
continue-on-error: true
strategy:
matrix:
compiler: [gcc-9, gcc-10, gcc-11, gcc-12, gcc-13, clang-11, clang-12, clang-13, clang-14, clang-15, clang-16, clang-17]
Expand Down

0 comments on commit 26bf4b5

Please sign in to comment.