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:
Alex Crichton
2019-12-16 11:00:50 -06:00
committed by GitHub
parent fe34c8e2e5
commit 5d399d48ab
3 changed files with 7 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ edition = "2018"
[lib]
name = "_wasmtime"
crate-type = ["cdylib"]
test = false
[dependencies]
wasmtime = { path = "../../api" }