Skip to content

Commit

Permalink
test(sequencer_node): change to debug compilation for speedup
Browse files Browse the repository at this point in the history
commit-id:fee11552
  • Loading branch information
Itay-Tsabary-Starkware committed Nov 12, 2024
1 parent d556b2c commit 0c66f72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/sequencer_node/src/test_utils/compilation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ fn compile_node() -> io::Result<ExitStatus> {
.arg("build")
.current_dir(&project_path)
.arg("--quiet")
.arg("--release")
.stderr(Stdio::inherit())
.stdout(Stdio::inherit())
.status();
Expand Down

0 comments on commit 0c66f72

Please sign in to comment.