Skip to content

Commit

Permalink
ci: cargo-build-sbf test -- pin lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nelson committed Jan 4, 2024
1 parent b68a161 commit 4c7a842
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/cargo-build-sbf/tests/crates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ fn run_cargo_build(crate_name: &str, extra_args: &[&str], fail: bool) {
}
args.push("--");
args.push("-vv");
args.push("--locked");
args.push("--offline");
let mut cmd = assert_cmd::Command::cargo_bin("cargo-build-sbf").unwrap();
let assert = cmd.env("RUST_LOG", "debug").args(&args).assert();
let output = assert.get_output();
Expand Down

0 comments on commit 4c7a842

Please sign in to comment.