Skip to content

Commit a9bf1ce

Browse files
committed
server: tests: build only the server
1 parent f4b2f08 commit a9bf1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/server-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
mkdir build
3131
cd build
3232
cmake .. -DCMAKE_BUILD_TYPE=Release
33-
cmake --build . --config Release -j $(nproc)
33+
cmake --build . --config Release -j $(nproc) --target server
3434
3535
- name: Tests dependencies
3636
id: test_dependencies

0 commit comments

Comments
 (0)