Skip to content

Commit 4f38187

Browse files
committed
LINT_ON_BUILD=false
1 parent 81ef5d7 commit 4f38187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benches/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ impl BenchmarkProject {
305305
self.hyperfine(
306306
"forge_build_with_cache",
307307
version,
308-
"forge build",
308+
"FORGE_LINT_LINT_ON_BUILD=false forge build",
309309
runs,
310310
None,
311311
Some("forge build"),
@@ -325,7 +325,7 @@ impl BenchmarkProject {
325325
self.hyperfine(
326326
"forge_build_no_cache",
327327
version,
328-
"forge build",
328+
"FORGE_LINT_LINT_ON_BUILD=false forge build",
329329
runs,
330330
Some("forge clean"),
331331
None,

0 commit comments

Comments
 (0)