Skip to content

Commit 99e3031

Browse files
committed
ci : move extra tests to Arm runner
1 parent 5fb78fb commit 99e3031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ jobs:
13001300
- name: Test
13011301
id: ggml-ci
13021302
run: |
1303-
GG_BUILD_NO_BF16=1 bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
1303+
GG_BUILD_NO_BF16=1 GG_BUILD_EXTRA_TESTS_0=1 bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
13041304
13051305
ggml-ci-x64-nvidia-v100-cuda:
13061306
runs-on: [self-hosted, Linux, X64, NVIDIA, V100]

0 commit comments

Comments
 (0)