deb: add tests logs back
Some checks failed
CI / build (push) Failing after 7m34s

This commit is contained in:
2026-01-10 01:10:16 +01:00
parent 64b51563e7
commit 29e9005a18

View File

@@ -160,11 +160,13 @@ mod tests {
}
#[tokio::test]
#[test_log::test]
async fn test_deb_hello_ubuntu_end_to_end() {
test_build_end_to_end("hello", "noble", None, None, false).await;
}
#[tokio::test]
#[test_log::test]
#[cfg(target_arch = "x86_64")]
async fn test_deb_hello_ubuntu_cross_end_to_end() {
test_build_end_to_end("hello", "noble", None, Some("riscv64"), true).await;