blob: 80bbc41f510dd77977ac5bb784717017e5c4b3c5 [file]
bcr_test_module:
module_path: '.'
matrix:
bazel: ['8.x']
platform: ['macos_arm64', 'ubuntu2204']
tasks:
run_tests:
name: 'Run test module'
bazel: ${{ bazel }}
platform: ${{ platform }}
test_targets:
- '//...'
- '-//tests/python:deps_python_test' # TODO: re-enable when fixed