Skip to content

Commit 0a63fc0

Browse files
committed
ci : reduce GGML_NLOOP to 3
1 parent ea67c09 commit 0a63fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717

1818
env:
19-
GGML_NLOOP: 35
19+
GGML_NLOOP: 3
2020
GGML_NITER: 1
2121

2222
steps:
@@ -43,4 +43,4 @@ jobs:
4343

4444
- name: Test
4545
working-directory: ./build
46-
run: ctest --verbose --timeout 900
46+
run: ctest --verbose --timeout 900

0 commit comments

Comments
 (0)