2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2026-09-12 12:36:23 +00:00

ci(genesis): test unprivileged package builds

This commit is contained in:
Vinícius Ferrão
2026-08-22 02:43:01 -03:00
parent 4bfa7104d4
commit 861cec2d8f
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -49,4 +49,6 @@ jobs:
shellcheck build-apt-repo.sh
- name: Run package tests
run: sudo -E prove -v -It/lib t
run: |
prove -v -It/lib t/genesis_openembedded_release.t
sudo -E prove -v -It/lib t/genesis_openembedded_consumer.t
+2 -1
View File
@@ -74,5 +74,6 @@ belong in release storage, not in Git.
Run the package tests on a Linux builder with RPM, DEB, and repository tools:
```bash
sudo prove -It/lib t
prove -It/lib t/genesis_openembedded_release.t
sudo -E prove -It/lib t/genesis_openembedded_consumer.t
```