test: ensure multithreaded tokio rt
This commit is contained in:
parent
797488eedf
commit
80ac3947d0
|
@ -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!(
|
||||
|
|
Loading…
Reference in New Issue