Skip to content

Commit

Permalink
Reduce test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Sep 2, 2022
1 parent dc7d49a commit 0c588ff
Showing 1 changed file with 48 additions and 2 deletions.
50 changes: 48 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,57 @@ jobs:
- beta

exclude:
# 1.46.0 doesn't support `-Clink-self-contained`.
- target: x86_64-unknown-linux-musl
- features: # Default
- features: --features=alloc
- features: --all-features
mode: --release
- features: --all-features
mode: # debug
rust_channel: nightly
- features: --all-features
mode: # debug
rust_channel: 1.46.0
- features: --all-features
mode: # debug
rust_channel: beta

include:
- features: # Default
target: x86_64-unknown-linux-gnu
mode: # debug
rust_channel: stable
host_os: ubuntu-20.04

- features: --features=alloc
target: x86_64-unknown-linux-gnu
mode: # debug
rust_channel: stable
host_os: ubuntu-20.04

- features: --all-features
target: x86_64-unknown-linux-gnu
mode: --release
rust_channel: stable
host_os: ubuntu-20.04

- features: --all-features
target: x86_64-unknown-linux-gnu
mode: # debug
rust_channel: nightly
host_os: ubuntu-20.04

- features: --all-features
target: x86_64-unknown-linux-gnu
mode: # debug
rust_channel: 1.46.0
host_os: ubuntu-20.04

- features: --all-features
target: x86_64-unknown-linux-gnu
mode: # debug
rust_channel: beta
host_os: ubuntu-20.04

- target: arm-unknown-linux-gnueabihf
host_os: ubuntu-20.04

Expand Down

0 comments on commit 0c588ff

Please sign in to comment.