Skip to content

Commit 34457b3

Browse files
committed
CI: Give up debug builds and add beta builds in test jobs.
The `coverage` job already tests debug mode on Rust Nightly, so drop `debug` mode from the `test` matrix.
1 parent 2b1689f commit 34457b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
- x86_64-unknown-linux-gnu
161161

162162
mode:
163-
- # debug
163+
# `coverage` jobs build in debug mode, so only run in release mode here.
164164
- --release
165165

166166
rust_channel:
@@ -539,6 +539,7 @@ jobs:
539539
- x86_64-unknown-linux-musl # Has assembly
540540

541541
mode:
542+
# This is the main coverage we have for debug mode builds.
542543
- # debug
543544

544545
# Coverage collection is Nightly-only

0 commit comments

Comments
 (0)