Skip to content

Commit

Permalink
test: use multithread runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jan 18, 2023
1 parent 9f9292d commit 48acbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mod tests {
Ok(())
}

#[tokio::test]
#[tokio::test(flavor = "multi_thread")]
async fn multiple_clients() -> Result<()> {
let dir: PathBuf = testdir!();
let path = dir.join("hello_world");
Expand Down

0 comments on commit 48acbe8

Please sign in to comment.