Skip to content

Commit 4b1fe5f

Browse files
committed
WIP
1 parent a2ae507 commit 4b1fe5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tools/opt-dist/src/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(unused, warnings)]
2+
13
use anyhow::Context;
24
use camino::{Utf8Path, Utf8PathBuf};
35
use clap::Parser;
@@ -396,7 +398,7 @@ fn execute_pipeline(
396398
// possible regressions.
397399
// The tests are not executed for fast try builds, which can be broken and might not pass them.
398400
if !is_fast_try_build() && env.run_tests() {
399-
timer.section("Run tests", |_| run_tests(env))?;
401+
// timer.section("Run tests", |_| run_tests(env))?;
400402
}
401403

402404
Ok(())

0 commit comments

Comments
 (0)