1matrix: 2 platform: 3 - centos7 4 - debian10 5 - ubuntu2004 6 - macos 7 - windows 8tasks: 9 verify_targets: 10 name: Verify build targets 11 platform: ${{ platform }} 12 build_targets: 13 - '@rules_go//go/tools/bzltestutil/...' 14bcr_test_module: 15 module_path: tests/bcr 16 matrix: 17 platform: 18 - centos7 19 - debian10 20 - ubuntu2004 21 - macos 22 - windows 23 tasks: 24 run_test_module: 25 name: Run test module 26 platform: ${{ platform }} 27 build_targets: 28 - //... 29 - '@go_default_sdk//...' 30 test_targets: 31 - //... 32