blob: 367ae787b2d89c02c4f92f172df36ec20c45bf97 [file] [log] [blame]
# We recommend included a bcr test workspace that exercises your ruleset with bzlmod.
# For an example, see https://github.com/aspect-build/bazel-lib/tree/main/e2e/bzlmod.
bcr_test_module:
module_path: "examples/cross-helloworld-no-go"
matrix:
platform: ["ubuntu2204"]
bazel: [7.x]
tasks:
test_linux:
name: "Run linux crosstool tests"
bazel: ${{ bazel }}
platform: ${{ platform }}
test_targets:
- "//..."