Skip to content

Commit

Permalink
chore(sequencer_node): compile with release mode
Browse files Browse the repository at this point in the history
commit-id:82b06fce
  • Loading branch information
Itay-Tsabary-Starkware committed Nov 4, 2024
1 parent f9843c4 commit 1a341fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/sequencer_node/src/test_utils/compilation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ 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 1a341fc

Please sign in to comment.