From: anzz1 Date: Sat, 25 Mar 2023 22:13:28 +0000 (+0200) Subject: CI: Run other sanitizer builds even if one fails (#511) X-Git-Tag: gguf-v0.4.0~1095 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=19726169b379bebc96189673a19b89ab1d307659;p=pkg%2Fggml%2Fsources%2Fllama.cpp CI: Run other sanitizer builds even if one fails (#511) applies only to sanitizer builds so they wont be cancelled --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 126e1e66..2538d856 100644 --- a/.github/workflows/build.yml +++ b/.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]