Skip to content

Commit 9381f4e

Browse files
committed
disable vulkan tests
1 parent 29020e6 commit 9381f4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,10 +304,12 @@ jobs:
304304
305305
- name: Test
306306
id: cmake_test
307+
# disabled due to failing thread safety test: https://github.com/ggml-org/llama.cpp/pull/14035
308+
if: false
307309
run: |
308310
cd build
309311
# This is using llvmpipe and runs slower than other backends
310-
ctest -L main --verbose --timeout 3600
312+
# ctest -L main --verbose --timeout 3600
311313
312314
ubuntu-22-cmake-hip:
313315
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)