-
Notifications
You must be signed in to change notification settings - Fork 995
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overall, we want to: - Run as few jobs as possible - Have the jobs finish as fast as possible - Have the jobs redo as little work as possible We change our CI jobs into: 1) A matrix job for all tests, split by crate. 2) A matrix job for testing certain feature combinations and MSRV. We make this split because: A test is no good unless run, thus the `test` job always activates all features. MSRV and exposed feature only concern the public API of a crate, thus the `check` job doesn't run on all targets.
- Loading branch information
1 parent
236bdef
commit dbfad1e
Showing
1 changed file
with
44 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters