Disable some tests for crates in their manifest (#725)
Instead of passing `--exclude` in CI disable them in the manifest so `--all` can work with fewer flags locally as well.
This commit is contained in:
@@ -13,6 +13,7 @@ edition = "2018"
|
||||
[lib]
|
||||
name = "_wasmtime"
|
||||
crate-type = ["cdylib"]
|
||||
test = false
|
||||
|
||||
[dependencies]
|
||||
wasmtime = { path = "../../api" }
|
||||
|
||||
Reference in New Issue
Block a user