Skip to content

Commit

Permalink
CI: Stop testing in Rust Nightly and debug configuration.
Browse files Browse the repository at this point in the history
Reduce the size of the matrix.
  • Loading branch information
briansmith committed Dec 6, 2023
1 parent 556af8d commit 82f9b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ jobs:
- x86_64-unknown-linux-gnu

mode:
- # debug
$ - # debug
- --release

rust_channel:
- stable
# Keep in sync with Cargo.toml and similar `rust_channel` sections.
- 1.61.0 # MSRV
- nightly
# - nightly
- beta

include:
Expand Down

0 comments on commit 82f9b4d

Please sign in to comment.