Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mabileau <paulmabileau@hotmail.fr>
  • Loading branch information
PaulDance committed Jan 26, 2024
1 parent ebaa659 commit 1d874d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ fn spawn_search_exact(pkg: &str) -> Result<Child> {
cmd.args(["--color=never", "search"]);

if is_test {
println!("is_test: true");
dbg!("test");
cmd.arg("--registry=dummy-registry");
}

Expand Down

0 comments on commit 1d874d5

Please sign in to comment.