Skip to content

Commit

Permalink
server: tests: build only the server
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Feb 19, 2024
1 parent f4b2f08 commit a9bf1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9bf1ce

Please sign in to comment.