Disable set_rows until it's implemented

This commit is contained in:
Reese Levine 2025-08-04 11:18:23 -07:00
parent 4c5874282b
commit ae8edbfd11
1 changed files with 2 additions and 0 deletions

View File

@ -179,6 +179,7 @@ jobs:
- name: Test
id: cmake_test
run: |
export LLAMA_SET_ROWS=0
cd build
ctest -L main --verbose --timeout 900
@ -437,6 +438,7 @@ jobs:
- name: Test
id: cmake_test
run: |
export LLAMA_SET_ROWS=0
cd build
# This is using llvmpipe and runs slower than other backends
ctest -L main --verbose --timeout 3600