Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #7142 - alexcrichton:disable-nightly, r=Eh2406
Add a way to disable all nightly tests One thing I'm realizing now is that we test a number of nightly features of Cargo/rustc, but if they change in rustc then because rust-lang/rust's CI run's Cargo's tests it could prevent those changes from landing! The purpose of running Cargo's tests in CI in rust-lang/rust is to ensure that Cargo generally works, but there's no need to test the nightly features as that's Cargo's job. As a result this adds an environment variable that will be set from rust-lang/rust's CI which will disable these tests.
- Loading branch information