chore: add build service step to build and release workflow

This commit is contained in:
jamesread 2025-10-23 23:43:43 +01:00
parent 4a851355a8
commit ae360100ce
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,9 @@ jobs:
- name: unit tests
run: make -w service-unittests
- name: build service
run: make -w service
- name: integration tests
run: cd integration-tests && make -w