summaryrefslogtreecommitdiff
path: root/.github/workflows/testsuite.yaml
diff options
context:
space:
mode:
authorjvoisin2025-10-28 18:03:24 +0100
committerjvoisin2025-10-28 18:10:57 +0100
commite3c3edbf7cb483e2c941140bf3f98c9dea905ada (patch)
tree85da73a860d7f498fc5abd4ef1bbcecdcc1f66f4 /.github/workflows/testsuite.yaml
parent8dcacb8b9473b59732f9d18310f31b002911efd2 (diff)
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.
Diffstat (limited to '.github/workflows/testsuite.yaml')
-rw-r--r--.github/workflows/testsuite.yaml1
1 files changed, 1 insertions, 0 deletions
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:
74 run: make CFLAGS=-DUSE_NATIVE_CHK -C tests clang 74 run: make CFLAGS=-DUSE_NATIVE_CHK -C tests clang
75 - name: Building and running without native chk 75 - name: Building and running without native chk
76 if: ${{ matrix.use_native_chk == false }} 76 if: ${{ matrix.use_native_chk == false }}
77 continue-on-error: true
77 shell: bash 78 shell: bash
78 run: | 79 run: |
79 make -C tests clean clang run > ./results.txt 80 make -C tests clean clang run > ./results.txt