| --- | |
| matrix: | |
| platform: | |
| - ubuntu2004 | |
| - macos | |
| - windows | |
| tasks: | |
| build_and_test: | |
| platform: ${{ platform }} | |
| build_targets: | |
| - "//:all" | |
| test_targets: | |
| - "//:all" | |
| - "-//:dfa_test" | |
| - "-//:exhaustive1_test" | |
| - "-//:exhaustive2_test" | |
| - "-//:exhaustive3_test" | |
| - "-//:exhaustive_test" | |
| - "-//:random_test" |