Closed jordanisaacs closed 1 year ago
Currently the bulk of tests in cargo test execute cargo +toolchain commands. See here. This means it will fail for users that do not use rustup. I have not put thought into it yet, but I am guessing there is a way to do the test harness better.
cargo test
cargo +toolchain
rustup
Currently the bulk of tests in
cargo test
executecargo +toolchain
commands. See here. This means it will fail for users that do not userustup
. I have not put thought into it yet, but I am guessing there is a way to do the test harness better.