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:
Brian Smith 2023-09-30 11:40:18 -07:00
parent bb64b55bf0
commit bb50d70299

View File

@ -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