sunfishcode / mustang

Rust programs written entirely in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test harness that does not use rustup

jordanisaacs opened this issue · comments

commented

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.