bcr_test_module: | |
module_path: 'e2e/smoke' | |
matrix: | |
# FIXME(alexeagle): add windows, see | |
# https://github.com/aspect-build/rules_terser/issues/77 | |
platform: ['debian10', 'macos', 'ubuntu2004'] | |
tasks: | |
run_tests: | |
name: 'Run test module' | |
platform: ${{ platform }} | |
test_targets: | |
- '//...' |