sunfishcode / mustang

Rust programs written entirely in Rust
Other
853 stars 24 forks source link

Test harness that does not use rustup #161

Closed jordanisaacs closed 1 year ago

jordanisaacs commented 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.