From 17eee22fc75f1bf729eaac5e2b059c40d40ea9a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Ferr=C3=A3o?= <2031761+viniciusferrao@users.noreply.github.com> Date: Sun, 6 Sep 2026 00:26:59 -0300 Subject: [PATCH] build(ci): run the sbuild orchestrator tests t/sbuild-all.t covers the deb build path, the staged-architecture scan and the control-file architecture lists, and nothing ran it in CI. --- .github/workflows/genesis-openembedded.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/genesis-openembedded.yml b/.github/workflows/genesis-openembedded.yml index e2ad255..c46c357 100644 --- a/.github/workflows/genesis-openembedded.yml +++ b/.github/workflows/genesis-openembedded.yml @@ -56,5 +56,6 @@ jobs: run: | prove -v t/build_utils.t prove -v t/build_timeout.t + prove -v t/sbuild-all.t prove -v -It/lib t/genesis_openembedded_release.t sudo -E prove -v -It/lib t/genesis_openembedded_consumer.t