Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix msrv CI: Check for
--all-features
(#890)
* Fix msrv CI: Check for `--all-features` and macos To make sure that enabling `parallel` feature would not require bumping msrv. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Use minimal-versions and fetch deps crates using stable Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Fix fetching deps in msrv Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Cache downlaoded crates since 1.46 is really slow in fetching Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Skip msrv for macos-latest since newer xcode breaks 1.46 linking Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * CI: Disable fail-fast for msrv check Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * CI: Add feature to cache key of msrv Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * CI: Rm matrix features of msrv Since most of the time is spent on installing Rust, there's no point in parallelizing it. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> --------- Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
- Loading branch information