mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
d487294ffd
Make it easier to run CI jobs locally This PR extends the Python CI script to perform a poor man's CI-like execution of a given CI job locally. It's not perfect, but it's better than nothing. r? `@jieyouxu`