aboutsummaryrefslogtreecommitdiff
path: root/.bcr/presubmit.yml
blob: a7618d079891b75f65b57e45650f3dd975930555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
      test_targets:
        - "//..."