bcr_test_module: | |
module_path: "examples/bzlmod" | |
matrix: | |
# java_fuzz_test fails on macos_arm64 due to code signing violation | |
platform: ["ubuntu2204", "macos"] | |
bazel: ["7.*", "8.*"] | |
tasks: | |
run_tests: | |
name: "Run test module" | |
platform: ${{ platform }} | |
bazel: ${{ bazel }} | |
test_targets: | |
- "//..." |