| matrix: | |
| platform: | |
| - macos | |
| - macos_arm64 | |
| - ubuntu2204 | |
| - ubuntu2204_arm64 | |
| - ubuntu2404 | |
| - ubuntu2404_arm64 | |
| bazel: ["7.x", "8.x", "9.x"] | |
| tasks: | |
| verify_targets: | |
| name: "Run test module" | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| build_targets: | |
| - "@diffutils//:all" | |
| test_targets: | |
| - "@diffutils//test/..." |