Skip to content

Commit

Permalink
use a different target for escargot
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegn committed Aug 26, 2023
1 parent 2bf98c6 commit 5f3faeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/tests/cli_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ static CORROSION_BIN: Lazy<CargoRun> = Lazy::new(|| {
escargot::CargoBuild::new()
.bin("corrosion")
.manifest_path("../Cargo.toml")
.target_dir("../target/escargot")
.run()
.unwrap()
});
Expand Down

0 comments on commit 5f3faeb

Please sign in to comment.