deb: fix concurrent testing (by making them serial) #2

Merged
vhaudiquet merged 4 commits from ci-test into main 2026-01-11 00:32:04 +00:00
2 changed files with 6 additions and 6 deletions
Showing only changes of commit acb8a6657a - Show all commits

View File

@@ -2,7 +2,7 @@ name: CI
on: on:
push: push:
branches: [ "main" ] branches: [ "main", "ci-test" ]
pull_request: pull_request:
branches: [ "main" ] branches: [ "main" ]

View File

@@ -159,11 +159,11 @@ mod tests {
); );
} }
#[tokio::test] // #[tokio::test]
#[test_log::test] // #[test_log::test]
async fn test_deb_hello_ubuntu_end_to_end() { // async fn test_deb_hello_ubuntu_end_to_end() {
test_build_end_to_end("hello", "noble", None, None, false).await; // test_build_end_to_end("hello", "noble", None, None, false).await;
} // }
#[tokio::test] #[tokio::test]
#[test_log::test] #[test_log::test]