]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
CI: Run other sanitizer builds even if one fails (#511)
authoranzz1 <redacted>
Sat, 25 Mar 2023 22:13:28 +0000 (00:13 +0200)
committerGitHub <redacted>
Sat, 25 Mar 2023 22:13:28 +0000 (00:13 +0200)
applies only to sanitizer builds so they wont be cancelled

.github/workflows/build.yml

index 126e1e66daa4f8c1e5b41e22457d8dc9caaff203..2538d8566061f5bd83c5e74f5566e96d0ccd7136 100644 (file)
@@ -67,6 +67,8 @@ jobs:
   ubuntu-latest-cmake-sanitizer:
     runs-on: ubuntu-latest
 
+    continue-on-error: true
+
     strategy:
       matrix:
         sanitizer: [ADDRESS, THREAD, UNDEFINED]