Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: don't include dev-dependencies in MSRV builds at all
This commit removes the `--tests` from the MSRV build's `cargo check` invocation. This way, CI will not try to compile dev dependencies on the MSRV. This is fine, because the tests not building on 1.42.0 won't stop 1.42.0 users from depending on `tracing` crates. Unfortunately, this means we have to remove the CI job that runs tests on 1.42.0. But, a significant change in the behavior we're testing for on our MSRV vs on stable seems unlikely. Signed-off-by: Eliza Weisman <[email protected]>
- Loading branch information