We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f234a9 commit 3f4f588Copy full SHA for 3f4f588
1 file changed
test/run_all_tests.sh
@@ -55,8 +55,8 @@ run_command(){
55
cd $(dirname $0)
56
57
# 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)"
+run_command "bazel --lockfile_mode=error test //..." "tests (bzlmod mode)"
+run_command "bazel --lockfile_mode=error build --config=ruff_check --keep_going //..." "ruff_check (bzlmod mode)"
60
run_command "bazel build --config=ruff_format --keep_going //..." "ruff_format (bzlmod mode)"
61
run_command "bazel build --config=pylint --keep_going //..." "pylint (bzlmod mode)"
62
run_command "bazel build --config=black --keep_going //..." "black (bzlmod mode)"
0 commit comments