On Fri, Jul 15, 2022 at 9:27 PM Miguel Ojeda miguel.ojeda.sandonis@gmail.com wrote:
something like `cargo --no-run` as a normal user).
Sorry, that was intended to be `cargo test --no-run` (and the test binary will be in `target/debug/deps`). Also note that is only for the unit tests, though, not doctests. It can get more involved for those if you want to avoid to run Cargo/rustdoc as root.
Hope that helps!
Cheers, Miguel