| bcr_test_module: | |
| module_path: "examples" | |
| matrix: | |
| platform: ["debian10", "fedora40", "macos", "macos_arm64", "ubuntu2004", "ubuntu2204"] | |
| bazel: ["7.x", "8.x", "rolling"] | |
| tasks: | |
| run_tests: | |
| name: "Run test module" | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| build_targets: | |
| - "//..." | |
| test_targets: | |
| - "//..." |