tests: asynchronize some interpreter tests

This commit is contained in:
Jindřich Moravec 2024-01-25 23:19:37 +01:00
parent 51ed3bbc5c
commit 88fb13325a
2 changed files with 34 additions and 27 deletions

View file

@ -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"] }