Browse Source

CI: Run other sanitizer builds even if one fails (#511)

applies only to sanitizer builds so they wont be cancelled
anzz1 2 years ago
parent
commit
19726169b3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/build.yml

+ 2 - 0
.github/workflows/build.yml

@@ -67,6 +67,8 @@ jobs:
   ubuntu-latest-cmake-sanitizer:
     runs-on: ubuntu-latest
 
+    continue-on-error: true
+
     strategy:
       matrix:
         sanitizer: [ADDRESS, THREAD, UNDEFINED]