💚 Added multi_thread flavor to tokio::test
Some checks failed
Build & test / build (push) Failing after 10m42s

This commit is contained in:
Martin Berg Alstad 2025-03-08 18:11:14 +01:00
parent 35ccc235c8
commit d260b2d676
Signed by: martials
GPG Key ID: 706F53DD087A91DE

View File

@ -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();