diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 611faea..c13d125 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -2,9 +2,11 @@ bcr_test_module: module_path: "." matrix: platform: ["debian10", "macos", "ubuntu2004"] + bazel: ["7.x"] tasks: run_tests: name: "Run tests" platform: ${{ platform }} + bazel: ${{ bazel }} test_targets: - "//..."