Skip to content

Commit

Permalink
CI: Run other sanitizer builds even if one fails (ggerganov#511)
Browse files Browse the repository at this point in the history
applies only to sanitizer builds so they wont be cancelled
  • Loading branch information
anzz1 committed Mar 25, 2023
1 parent f732695 commit 1972616
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
ubuntu-latest-cmake-sanitizer:
runs-on: ubuntu-latest

continue-on-error: true

strategy:
matrix:
sanitizer: [ADDRESS, THREAD, UNDEFINED]
Expand Down

0 comments on commit 1972616

Please sign in to comment.