diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 305df8c30..b2eb8447d 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -2,9 +2,13 @@ bcr_test_module: module_path: "" matrix: platform: ["macos"] + bazel: + - 6.x + - 7.x tasks: run_tests: name: "Run test module" platform: ${{ platform }} + bazel: ${{ bazel }} test_targets: - "//bzlmod:e2e_test"