Test more feature scenarios

This commit is contained in:
Dirkjan Ochtman 2024-07-16 11:36:12 +02:00
parent 126c0a3161
commit 09311aee3b
1 changed files with 3 additions and 2 deletions

View File

@ -29,9 +29,10 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- run: cargo check
- run: cargo check --no-default-features --features aws-lc-rs
- run: cargo check --no-default-features --features ring
- run: cargo check # hyper-rustls, ring
- run: cargo test
- run: cargo test --no-default-features --features hyper-rustls,aws-lc-rs
msrv:
runs-on: ubuntu-latest