| bcr_test_module: | |
| module_path: test/bcr_test | |
| matrix: | |
| platform: | |
| - rockylinux8 | |
| - debian10 | |
| - ubuntu2004 | |
| - macos | |
| - windows | |
| bazel: [6.x, 7.x] | |
| tasks: | |
| run_test_module: | |
| name: Run test module | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| test_targets: | |
| - "//..." |