]> git.lizzy.rs Git - rust.git/commit
Move bootstrap tests to the end of the default test run
authorMark Simulacrum <mark.simulacrum@gmail.com>
Sat, 16 Jun 2018 17:11:06 +0000 (11:11 -0600)
committerMark Simulacrum <mark.simulacrum@gmail.com>
Sat, 16 Jun 2018 17:11:06 +0000 (11:11 -0600)
commit18bb86e5e11a70eb6ba9365499a9061c49581eee
tree5b9ec74ac7e1dd7d0b2ebd2666421a4da24a1eb4
parentc6103160dd60cace43443f1c5c2e7f4db8cc426e
Move bootstrap tests to the end of the default test run

Since they are unlikely to fail and are almost never going to fail
except with bootstrap changes (which would be tested locally anyway) it
makes sense to run these tests close to last.
src/bootstrap/builder.rs