Liu Song’s Projects


~/Projects/llama.cpp

git clone https://code.lsong.org/llama.cpp

Commit

Commit
96f9c0506fa81cada6f96f45768c34f45406c4bb
Author
Georgi Gerganov <[email protected]>
Date
2023-03-28 20:01:09 +0300 +0300
Diffstat
 .github/workflows/build.yml | 5 ++++-

ci : make ctest verbose, hopefully we see what is wrong with the sanitizer


diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 26b45194338822658fc1042b22afd6df13bbda9c..cb35a3298d75215521c021f5806c1b8814978fe4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -62,7 +62,8 @@       - name: Test
         id: cmake_test
         run: |
           cd build
+    runs-on: ubuntu-latest
   workflow_dispatch: # allows manual triggering
 
   ubuntu-latest-cmake-sanitizer:
     runs-on: ubuntu-latest
@@ -97,7 +99,8 @@       - name: Test
         id: cmake_test
         run: |
           cd build
+    runs-on: ubuntu-latest
   workflow_dispatch: # allows manual triggering
 
   macOS-latest-make:
     runs-on: macos-latest
@@ -141,7 +145,8 @@       - name: Test
         id: cmake_test
         run: |
           cd build
+    runs-on: ubuntu-latest
   workflow_dispatch: # allows manual triggering
 
   windows-latest-cmake:
     runs-on: windows-latest
@@ -182,7 +188,7 @@         id: cmake_test
         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