Skip to content

Commit 7503dcf

Browse files
committed
just build
1 parent b582b02 commit 7503dcf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/determinism/determinism_tester.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,13 +431,12 @@ fn bazel_test_and_hash(
431431
.current_dir(workspace)
432432
.arg("--output_user_root")
433433
.arg(output_user_root)
434-
.arg("test")
434+
.arg("builds")
435435
.arg("//...")
436436
.arg("--config=clippy")
437437
.arg("--config=rustfmt")
438-
.arg("--test_output=errors")
439438
.status()
440-
.context("Failed to spawn bazel test command")?;
439+
.context("Failed to spawn bazel build command")?;
441440
if !status.success() {
442441
anyhow::bail!("Bazel test command failed.")
443442
}

0 commit comments

Comments
 (0)