bcr_test_module: | |
module_path: "python/venv/private/examples/binary_consumer" | |
matrix: | |
platform: ["macos", "ubuntu2004", "windows"] | |
bazel: [7.x, 8.x] | |
tasks: | |
run_tests: | |
name: "Run test module" | |
platform: ${{ platform }} | |
bazel: ${{ bazel }} | |
test_targets: | |
- "//..." |