...
1matrix:
2 platform:
3 - debian10
4 - ubuntu2004
5 - macos
6 - macos_arm64
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 - debian10
19 - ubuntu2004
20 - macos
21 - macos_arm64
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 - //...
View as plain text