| 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 |