| matrix: |
| platform: |
| - debian11 |
| - ubuntu2204 |
| - macos |
| - macos_arm64 |
| - windows |
| bazel: |
| - 8.x |
| - 7.x |
| - 6.x |
| tasks: |
| verify_targets: |
| name: Verify build targets |
| platform: ${{ platform }} |
| bazel: ${{ bazel }} |
| build_targets: |
| - '@apilark//apilark:access_token' |
| - '@apilark//apilark:api' |
| - '@apilark//apilark:aspect_definition' |
| - '@apilark//apilark:aspect_interface' |
| - '@apilark//apilark:rule_definition' |
| - '@apilark//apilark:rule_interface' |
| bcr_test_module: |
| module_path: "" |
| matrix: |
| platform: |
| - ubuntu2004 |
| - macos |
| - macos_arm64 |
| - windows |
| bazel: |
| - 8.x |
| - 7.x |
| - 6.x |
| tasks: |
| run_tests: |
| name: Run test |
| platform: ${{ platform }} |
| bazel: ${{ bazel }} |
| test_targets: |
| - '//tests/...' |