💚 Added multi_thread flavor to tokio::test
Some checks failed
Build & test / build (push) Failing after 10m42s
Some checks failed
Build & test / build (push) Failing after 10m42s
This commit is contained in:
parent
35ccc235c8
commit
d260b2d676
@ -41,7 +41,7 @@ struct InsertUser {
|
||||
email: String,
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[tokio::test(flavor = "multi_thread")]
|
||||
async fn test_insert_user() {
|
||||
let container = create_test_containers_pool().await.unwrap();
|
||||
let mut conn = container.pool.get().await.unwrap();
|
||||
|
Loading…
x
Reference in New Issue
Block a user