Skip to content

Commit

Permalink
Switch to single-threaded runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Mar 28, 2024
1 parent ffb6f71 commit 0c73496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/units/combine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ mod test {
use crate::manager::Manager;
use crate::payload::testrig;

#[tokio::test(flavor = "multi_thread")]
#[tokio::test]
async fn wake_up_again() {
test::init_log();
let mut manager = Manager::new();
Expand Down

0 comments on commit 0c73496

Please sign in to comment.