ci-test: ensure unique directory name for parallel testing
Some checks failed
CI / build (push) Failing after 6m35s
Some checks failed
CI / build (push) Failing after 6m35s
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user