Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
juchiast committed Jan 3, 2025
1 parent ca0475e commit 9640049
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/integration-tests/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ fn run(sh: &Shell) -> anyhow::Result<()> {
}

fn main() {
let meta = cargo_metadata::MetadataCommand::new()
.no_deps()
.exec()
.unwrap();

let sh = Shell::new().unwrap();
dotenv::dotenv().ok();
let result = run(&sh);
Expand Down

0 comments on commit 9640049

Please sign in to comment.