Disable doc tests for the CLI crate.
This commit is contained in:
@@ -13,6 +13,9 @@ edition = "2018"
|
|||||||
default-run = "wasmtime"
|
default-run = "wasmtime"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
|
[lib]
|
||||||
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# Enable all supported architectures by default.
|
# Enable all supported architectures by default.
|
||||||
wasmtime = { path = "crates/api" }
|
wasmtime = { path = "crates/api" }
|
||||||
|
|||||||
Reference in New Issue
Block a user