| bcr_test_module: | |
| module_path: "." | |
| matrix: | |
| platform: | |
| - debian11 | |
| - ubuntu2004 | |
| - ubuntu2204 | |
| - ubuntu2404 | |
| - macos | |
| - macos_arm64 | |
| bazel: [7.x, 8.x, rolling] | |
| tasks: | |
| verify_targets: | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| build_targets: | |
| - "//..." | |
| test_targets: | |
| - "//..." |