wiggle's atoms_async test requires wasmtime_async (#4499)

This commit is contained in:
Jamey Sharp
2022-07-21 12:01:00 -07:00
committed by GitHub
parent 02477988dd
commit 7c3cc90c89

View File

@@ -29,6 +29,11 @@ anyhow = "1"
proptest = "1.0.0" proptest = "1.0.0"
tokio = { version = "1", features = ["rt-multi-thread","time", "macros"] } tokio = { version = "1", features = ["rt-multi-thread","time", "macros"] }
[[test]]
name = "atoms_async"
path = "tests/atoms_async.rs"
required-features = ["wasmtime_async"]
[[test]] [[test]]
name = "wasmtime_async" name = "wasmtime_async"
path = "tests/wasmtime_async.rs" path = "tests/wasmtime_async.rs"