tests: asynchronize some interpreter tests
This commit is contained in:
parent
51ed3bbc5c
commit
88fb13325a
2 changed files with 34 additions and 27 deletions
|
|
@ -8,4 +8,4 @@ edition = "2021"
|
|||
[dependencies]
|
||||
bimap = "0.6.3"
|
||||
thiserror = "1.0.50"
|
||||
tokio = { version = "1.35.1", features = ["sync"] }
|
||||
tokio = { version = "1.35.1", features = ["sync", "rt", "macros"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue