Replace --all with --workspace on cargo test.
According to the official cargo documentation at https://doc.rust-lang.org/cargo/commands/cargo-build.html `--all` is deprecated. """ --all Deprecated alias for --workspace. """
Showing
Please register or sign in to comment