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"