• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# We recommend included a bcr test workspace that exercises your ruleset with bzlmod.
2# For an example, see https://github.com/aspect-build/bazel-lib/tree/main/e2e/bzlmod.
3bcr_test_module:
4  module_path: "e2e/bzlmod"
5  matrix:
6    platform: ["debian10", "macos", "ubuntu2004", "windows"]
7  tasks:
8    run_tests:
9      name: "Run test module"
10      platform: ${{ platform }}
11      test_targets:
12        - "//..."
13