push
github
Allow overriding Rust toolchain in `tox` runs (#12827) (#12830) It can be convenient to use different versions of the Rust toolchain for various `tox` runs. This can already be done externally to `tox` by a stateful `rustup override set <x>` followed by clearing the override after the tox run, but allowing the environment variable to pass through lets it be localised to just a single run. (cherry picked from commit b362df0c4) Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
66175 of 73567 relevant lines covered (89.95%)
301578.14 hits per line