blob: 2fd0e7dc492dcb9d584346b1980e6894f74b8bc9 [file]
bcr_test_module:
module_path: "."
matrix:
platform: ["debian10", "macos", "ubuntu2004"]
bazel: ["8.4.2"]
tasks:
run_tests:
name: "Run tests"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//..."
# Doesn't work in BCR yet...
#bcr_test_module:
# module_path: "test"
# matrix:
# platform: ["debian10", "macos", "ubuntu2004"] # "windows" doesn't work until we get toml2json prebuilts
# bazel: ["8.4.2"]
# tasks:
# run_tests:
# name: "Run test module"
# platform: ${{ platform }}
# bazel: ${{ bazel }}
# build_targets:
# - "//..."
#