Don't run test
jobs on Beta or Nightly channels.
These are duplicated by `coverage` (temporarily) and the `features` tests. Do this to reduce the latency between submitting a PR and it passing CI. Right now we have so many jobs with the huge matrix and CI takes too long.
This commit is contained in:
parent
bb64b55bf0
commit
bb50d70299
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -192,10 +192,11 @@ jobs:
|
||||
|
||||
rust_channel:
|
||||
- stable
|
||||
- nightly
|
||||
# Some benchmarking dependencies require 1.60.
|
||||
- 1.60.0 # MSRV
|
||||
- beta
|
||||
# TODO: Move these to a daily/pre-release job.
|
||||
# - nightly
|
||||
# - beta
|
||||
|
||||
include:
|
||||
- target: aarch64-apple-darwin
|
||||
|
Loading…
x
Reference in New Issue
Block a user