cargo-wasi
cargo-wasi copied to clipboard
Doctests not running
Trying to run my library with cargo wasi test --doc
has no output besides Finished test [unoptimized + debuginfo] target(s) in 0.04s
.
I have doc tests present in my code, though they don't seem to be run at all with or without the --doc
flag.