Commit e96d544
ci: Build test binaries before sudo commands
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>1 parent 14613a0 commit e96d544
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | 76 | | |
78 | | - | |
| 77 | + | |
79 | 78 | | |
80 | 79 | | |
| 80 | + | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
0 commit comments