diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 4d1810a4db..a7618d0798 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -2,11 +2,13 @@ bcr_test_module: module_path: "" matrix: platform: ["macos", "ubuntu2004"] + bazel: ["6.x", "7.x"] tasks: run_tests: working_directory: examples/bzlmod/hello_world name: "Run test module" platform: ${{ platform }} + bazel: ${{ bazel }} run_targets: - "//third-party:vendor" - "@rules_rust//tools/rust_analyzer:gen_rust_project"