Joachim Bauch
1 month ago
No known key found for this signature in database
GPG Key ID: 77C1D22D53E15F02
1 changed files with
4 additions and
2 deletions
-
.github/workflows/test.yml
|
|
@ -39,8 +39,10 @@ jobs: |
|
|
|
|
|
|
|
- name: Build applications |
|
|
|
run: | |
|
|
|
make client |
|
|
|
make server |
|
|
|
echo "Building with $(nproc) threads" |
|
|
|
make client -j$(nproc) |
|
|
|
make proxy -j$(nproc) |
|
|
|
make server -j$(nproc) |
|
|
|
|
|
|
|
- name: Run tests |
|
|
|
run: | |
|
|
|