blob: ad4ab4b072c1b128cba2d9ef0f19fb00c84c5cbb [file]
bcr_test_module:
module_path: "example/bzlmod"
matrix:
platform: ["debian10", "macos", "ubuntu2004"]
bazel: [7.x, 8.x, rolling, last_green]
tasks:
run_tests:
name: "Build and test the example module"
platform: ${{ platform }}
bazel: ${{ bazel }}
shell_commands:
# Generate the BUILD files for the test module using Gazelle
- bazel run //:gazelle
build_targets:
- //...
test_targets:
- //...