8000 CI fix Windows, make sure build passes before running tests · code-monad/llama.cpp@31c1646 · GitHub
[go: up one dir, main page]

Skip to content

Commit 31c1646

Browse files
authored
CI fix Windows, make sure build passes before running tests
1 parent da0e9fe commit 31c1646

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ jobs:
107107
mkdir build
108108
cd build
109109
cmake ..
110-
cmake --build . --config Release
111-
ctest -C Release --output-on-failure
110+
cmake --build . --config Release && ctest -C Release --output-on-failure
112111
113112
- name: Get commit hash
114113
id: commit

0 commit comments

Comments
 (0)
0