blob: f5ec6fb6ea3a50524559f909bfd12d1c69e87fc2 [file]
---
bcr_test_module:
module_path: "examples/rust"
matrix:
platform:
# Container use on MacOS within BCR CI is inconsistent
# - "macos_arm64"
- "ubuntu2004"
- "ubuntu2004_arm64"
- "windows"
bazel:
- "7.x"
- "8.x"
- "9.x"
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//..."