Skip to content

Commit 1227e22

Browse files
committed
update
1 parent 1479f97 commit 1227e22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
description: "use for pre-release server"
1313
required: false
1414
type: boolean
15-
default: false
15+
default: true
1616

1717
jobs:
1818
build-cmake-linux:
@@ -40,7 +40,7 @@ jobs:
4040
- name: Test
4141
run: |
4242
cd build
43-
ctest -L 'main|curl' --verbose --timeout 900
43+
ctest --verbose --timeout 900
4444
4545
- name: Upload Artifact
4646
uses: actions/upload-artifact@v4
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
mkdir build
7575
cd build
76-
cmake .. -DLLAMA_BUILD_SERVER=ON -DLLAMA_NATIVE=OFF -DLLAMA_CUBLAS=ON -DLLAMA_CURL=ON
76+
cmake .. -DLLAMA_BUILD_SERVER=ON -DLLAMA_NATIVE=OFF -DLLAMA_CUBLAS=ON -DLLAMA_CURL=OFF
7777
cmake --build . --config Release --parallel $(nproc)
7878
7979
- name: Upload Artifact

0 commit comments

Comments
 (0)