You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you haven't built fastmod using cargo build, seven out of the thirteen tests fail. Those are all the tests that invoke Command::cargo_bin().
I'll look into this more closely and hope there is a way to express that the binary needs to be built prior to running cargo test within the Cargo.toml, because even if the idea is that fastmod be run, it probably implies that the latest version ought to be run.
The text was updated successfully, but these errors were encountered:
If you haven't built
fastmod
usingcargo build
, seven out of the thirteen tests fail. Those are all the tests that invokeCommand::cargo_bin()
.I'll look into this more closely and hope there is a way to express that the binary needs to be built prior to running
cargo test
within theCargo.toml
, because even if the idea is thatfastmod
be run, it probably implies that the latest version ought to be run.The text was updated successfully, but these errors were encountered: