test: ensure multithreaded tokio rt

This commit is contained in:
Georgios Konstantopoulos 2023-03-21 15:16:10 -07:00
parent 797488eedf
commit 80ac3947d0
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ use ethers::{
};
use std::{path::PathBuf, sync::Arc};
#[tokio::test]
#[tokio::test(flavor = "multi_thread")]
async fn test_derive_eip712() {
// Generate Contract ABI Bindings
abigen!(