server: tests: build only the server
This commit is contained in:
parent
fe9866a52d
commit
1680599b01
1 changed files with 1 additions and 1 deletions
2
.github/workflows/server-test.yml
vendored
2
.github/workflows/server-test.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
mkdir build
|
||||
cd build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||
cmake --build . --config Release -j $(nproc)
|
||||
cmake --build . --config Release -j $(nproc) --target server
|
||||
|
||||
- name: Tests dependencies
|
||||
id: test_dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue