Skip to content

Commit b7a84d4

Browse files
committed
ci: disable tests in Vulkan build with default Ubuntu packages
1 parent 3fa6c53 commit b7a84d4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -420,15 +420,6 @@ jobs:
420420
run: |
421421
cmake --build build -j $(nproc)
422422
423-
- name: Test
424-
id: cmake_test
425-
run: |
426-
cd build
427-
export GGML_VK_VISIBLE_DEVICES=0
428-
export GGML_VK_DISABLE_F16=1
429-
# This is using llvmpipe and runs slower than other backends
430-
ctest -L main --verbose --timeout 4200
431-
432423
ubuntu-24-cmake-vulkan:
433424
runs-on: ubuntu-24.04
434425

0 commit comments

Comments
 (0)