Skip to content

Commit

Permalink
chore(sequencer_node): quiet compilation
Browse files Browse the repository at this point in the history
commit-id:c726854c
  • Loading branch information
Itay-Tsabary-Starkware committed Nov 3, 2024
1 parent d06d274 commit a0098d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/mempool_node/src/test_utils/compilation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ fn compile_node() -> io::Result<ExitStatus> {
let compilation_result = Command::new("cargo")
.arg("build")
.current_dir(&project_path)
.arg("--quiet")
.stderr(Stdio::inherit())
.stdout(Stdio::inherit())
.status();
Expand Down

0 comments on commit a0098d7

Please sign in to comment.