| matrix: | |
| platform: | |
| - debian10 | |
| - macos_arm64 | |
| - rockylinux8 | |
| - ubuntu2004 | |
| - ubuntu2004_arm64 | |
| - windows | |
| bazel: ["7.*", "8.*", "9.*"] | |
| tasks: | |
| verify_targets: | |
| name: "Run test module" | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| build_targets: | |
| - "@patch//..." |