Skip to content

Commit 1e80ddf

Browse files
committed
CI: Add test coverage for Rust Beta channel.
1 parent ba96610 commit 1e80ddf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,11 @@ jobs:
167167
- stable
168168
# Keep in sync with Cargo.toml and similar `rust_channel` sections.
169169
- 1.61.0 # MSRV
170-
# TODO: Move these to a daily/pre-release job.
170+
# 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.
171174
# - nightly
172-
# - beta
173175

174176
include:
175177
- target: aarch64-apple-darwin
@@ -532,6 +534,7 @@ jobs:
532534

533535
# Coverage collection is Nightly-only
534536
rust_channel:
537+
# This is the main coverage we have for building with Rust Nightly.
535538
- nightly
536539

537540
# TODO: targets

0 commit comments

Comments
 (0)