blob: 881d2023af943428693d1f589a85d2bab0e5d12d [file]
bcr_test_module:
module_path: tests/bcr
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
batch_commands:
# Workaround for https://github.com/bazelbuild/bazel/issues/3268
- echo bazel-bcr/>> .bazelignore
run_targets:
- //:run_buildozer
build_targets:
- //...
test_targets:
- //...