| matrix: | |
| platform: ["ubuntu2204", "macos"] # ["windows"] | |
| bazel: [8.x] | |
| tasks: | |
| run_tests: | |
| name: "Run tests" | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| build_targets: | |
| - "//..." | |
| build_flags: | |
| - "--build_tag_filters=-zig-docs" | |
| bcr_test_module: | |
| module_path: "e2e/workspace" | |
| matrix: | |
| platform: ["ubuntu2204", "macos"] # ["windows"] | |
| bazel: [8.x] | |
| tasks: | |
| run_tests: | |
| name: "Run test module" | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| test_targets: | |
| - "//..." | |
| test_flags: | |
| - "--test_tag_filters=-zig-docs" |