From 7c3cc90c895ebe7702d823db674584655ef7507a Mon Sep 17 00:00:00 2001 From: Jamey Sharp Date: Thu, 21 Jul 2022 12:01:00 -0700 Subject: [PATCH] wiggle's atoms_async test requires wasmtime_async (#4499) --- crates/wiggle/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/wiggle/Cargo.toml b/crates/wiggle/Cargo.toml index c7e2d9056e..bcb699c150 100644 --- a/crates/wiggle/Cargo.toml +++ b/crates/wiggle/Cargo.toml @@ -29,6 +29,11 @@ anyhow = "1" proptest = "1.0.0" tokio = { version = "1", features = ["rt-multi-thread","time", "macros"] } +[[test]] +name = "atoms_async" +path = "tests/atoms_async.rs" +required-features = ["wasmtime_async"] + [[test]] name = "wasmtime_async" path = "tests/wasmtime_async.rs"