Skip to content

Commit

Permalink
Add Bazel version matrix to bzlmod builds (#2469)
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre authored Feb 9, 2024
1 parent 3962d12 commit 7ce81c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7ce81c1

Please sign in to comment.