| bcr_test_module: | |
| module_path: "examples" | |
| matrix: | |
| platform: ["debian10", "macos_arm64", "ubuntu2004"] | |
| bazel: ["7.*", "8.*"] | |
| tasks: | |
| run_tests: | |
| name: "Run test module" | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| test_targets: | |
| - "//..." | |
| run_windows_tests: | |
| name: "Run test module" | |
| platform: "windows" | |
| bazel: ${{ bazel }} | |
| test_targets: | |
| - "//..." | |
| # Running these tests on Windows requires non-standard Visual Studio | |
| # components and tweaks to PATH. | |
| - "-//cc_asan_test/..." | |
| - "-//cc_asan_test_with_automatic_reset/..." | |
| - "-//cc_asan_test_with_manual_reset/..." |