Address feedback, make e2e-test test both source/non-source.

This commit is contained in:
Matan Lurey 2025-06-09 21:15:32 -07:00
parent a27560fce9
commit 90578aa10d
4 changed files with 44 additions and 13 deletions

View file

@ -157,7 +157,10 @@ pub fn install_crates(
desired_targets,
resolvers,
cargo_install_fallback,
bins: args.bin,
bins: args.bin.map(|mut bins| {
bins.sort();
bins
}),
temp_dir: temp_dir.path().to_owned(),
install_path,