Skip to content

Commit 3f4f588

Browse files
balajiyalam2balajiyalam2
authored andcommitted
Addressed test failure
1 parent 8f234a9 commit 3f4f588

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/run_all_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ run_command(){
5555
cd $(dirname $0)
5656

5757
# Run checks with bzlmod mode.
58-
run_command "bazel test //..." "tests (bzlmod mode)"
59-
run_command "bazel build --config=ruff_check --keep_going //..." "ruff_check (bzlmod mode)"
58+
run_command "bazel --lockfile_mode=error test //..." "tests (bzlmod mode)"
59+
run_command "bazel --lockfile_mode=error build --config=ruff_check --keep_going //..." "ruff_check (bzlmod mode)"
6060
run_command "bazel build --config=ruff_format --keep_going //..." "ruff_format (bzlmod mode)"
6161
run_command "bazel build --config=pylint --keep_going //..." "pylint (bzlmod mode)"
6262
run_command "bazel build --config=black --keep_going //..." "black (bzlmod mode)"

0 commit comments

Comments
 (0)