From e3c3edbf7cb483e2c941140bf3f98c9dea905ada Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 28 Oct 2025 18:03:24 +0100 Subject: Allow the CI to fail on clang for now We know clang isn't working great for now, and we still need the CI to fix bugs. --- .github/workflows/testsuite.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testsuite.yaml b/.github/workflows/testsuite.yaml index e292511..1a9fc65 100644 --- a/.github/workflows/testsuite.yaml +++ b/.github/workflows/testsuite.yaml @@ -74,6 +74,7 @@ jobs: run: make CFLAGS=-DUSE_NATIVE_CHK -C tests clang - name: Building and running without native chk if: ${{ matrix.use_native_chk == false }} + continue-on-error: true shell: bash run: | make -C tests clean clang run > ./results.txt -- cgit v1.3