diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 635c500c..1d30660b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -367,7 +367,9 @@ jobs: set -e apt update apt install -y build-essential cmake git - cmake . -DCMAKE_BUILD_TYPE=Debug -DWHISPER_SANITIZE_${{ matrix.sanitizer }}=ON + cmake . -DCMAKE_BUILD_TYPE=Debug \ + -DWHISPER_SANITIZE_${{ matrix.sanitizer }}=ON \ + -DGGML_OPENMP=OFF make ctest -L gh --output-on-failure'