cargo-wasi icon indicating copy to clipboard operation
cargo-wasi copied to clipboard

Doctests not running

Open tqwewe opened this issue 2 years ago • 0 comments

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.

tqwewe avatar Jul 20 '22 09:07 tqwewe