| bcr_test_module: | |
| module_path: tests/bcr | |
| matrix: | |
| platform: | |
| - debian10 | |
| - ubuntu2004 | |
| - macos | |
| - macos_arm64 | |
| - windows | |
| bazel: [6.x, 7.x, 8.x] | |
| tasks: | |
| run_test_module: | |
| name: Run test module | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| batch_commands: | |
| # Workaround for https://github.com/bazelbuild/bazel/issues/3268 | |
| - echo bazel-bcr/>> .bazelignore | |
| run_targets: | |
| - //:buildozer_alias # Run the alias with no args. | |
| - //:run_buildozer # Will modify a test target. | |
| build_targets: | |
| - //... | |
| test_targets: | |
| - //... |