| platform: ["macos", "ubuntu2004"] |
| working_directory: examples/bzlmod/hello_world |
| platform: ${{ platform }} |
| # Remove the lockfile because we generate on Bazel 7, but test on Bazel 6 which may not be able to parse a future-generated lockfile. |
| - "@rules_rust//tools/rust_analyzer:gen_rust_project" |
| # Windows is run separately because currently gen_rust_project doesn't run on windows, although it does build |
| working_directory: examples/bzlmod/hello_world |
| # Remove the lockfile because we generate on Bazel 7, but test on Bazel 6 which may not be able to parse a future-generated lockfile. |
| - "@rules_rust//tools/rust_analyzer:gen_rust_project" |