]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : make ctest verbose, hopefully we see what is wrong with the sanitizer
authorGeorgi Gerganov <redacted>
Tue, 28 Mar 2023 17:01:09 +0000 (20:01 +0300)
committerGeorgi Gerganov <redacted>
Tue, 28 Mar 2023 17:01:09 +0000 (20:01 +0300)
.github/workflows/build.yml

index 26b45194338822658fc1042b22afd6df13bbda9c..cb35a3298d75215521c021f5806c1b8814978fe4 100644 (file)
@@ -62,7 +62,7 @@ jobs:
         id: cmake_test
         run: |
           cd build
-          ctest --output-on-failure
+          ctest --verbose
 
   ubuntu-latest-cmake-sanitizer:
     runs-on: ubuntu-latest
@@ -98,7 +98,7 @@ jobs:
         id: cmake_test
         run: |
           cd build
-          ctest --output-on-failure
+          ctest --verbose
 
   macOS-latest-make:
     runs-on: macos-latest
@@ -143,7 +143,7 @@ jobs:
         id: cmake_test
         run: |
           cd build
-          ctest --output-on-failure
+          ctest --verbose
 
   windows-latest-cmake:
     runs-on: windows-latest
@@ -185,7 +185,7 @@ jobs:
         if: ${{ matrix.build != 'avx512' || env.HAS_AVX512F == '1' }} # Test AVX-512 only when possible
         run: |
           cd build
-          ctest -C Release --output-on-failure
+          ctest -C Release --verbose
 
       - name: Get commit hash
         id: commit