We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba96610 commit 1e80ddfCopy full SHA for 1e80ddf
.github/workflows/ci.yml
@@ -167,9 +167,11 @@ jobs:
167
- stable
168
# Keep in sync with Cargo.toml and similar `rust_channel` sections.
169
- 1.61.0 # MSRV
170
- # TODO: Move these to a daily/pre-release job.
+ # Early warning for changes in the Rust toolchain that are about to
171
+ # break builds on Rust Stable.
172
+ - beta
173
+ # XXX: `coverage` jobs run on Nightly.
174
# - nightly
- # - beta
175
176
include:
177
- target: aarch64-apple-darwin
@@ -532,6 +534,7 @@ jobs:
532
534
533
535
# Coverage collection is Nightly-only
536
rust_channel:
537
+ # This is the main coverage we have for building with Rust Nightly.
538
- nightly
539
540
# TODO: targets
0 commit comments