ci-test: ensure unique directory name for parallel testing
Some checks failed
CI / build (push) Failing after 6m35s

This commit is contained in:
2026-01-11 00:58:05 +01:00
parent 7a4fef3ecf
commit cdfdad5b8a
3 changed files with 62 additions and 21 deletions

View File

@@ -159,11 +159,11 @@ 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]
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]