diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index c13d125..b76628d 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,12 +1,10 @@ -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: - - "//..." +matrix: + platform: ["debian10", "macos", "ubuntu2004"] + bazel: ["7.x"] +tasks: + run_tests: + name: "Run tests" + platform: ${{ platform }} + bazel: ${{ bazel }} + test_targets: + - "//..."