mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
Move `cargo build --release -p tests-integration` to run before `sudo podman build` to avoid cargo registry permission issues. The tests-integration binary doesn't depend on the fsverity image, so this reordering has no functional impact on the test flow. Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>