Create targets for generate and embed, replace SKIP_APPS with WITH_APPS

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-28 16:44:17 +04:00
parent ae47a960ef
commit cd73bc1d2d
8 changed files with 94 additions and 96 deletions

View File

@@ -395,7 +395,7 @@ jobs:
run: |
make stack-up &
STACK_PID=$!
SKIP_APPS=1 make bin/probod
make bin/probod
wait $STACK_PID
- run: "make stack-ps"
- name: "Run e2e tests"