Test more feature scenarios
This commit is contained in:
parent
126c0a3161
commit
09311aee3b
|
@ -29,9 +29,10 @@ jobs:
|
||||||
- uses: dtolnay/rust-toolchain@master
|
- uses: dtolnay/rust-toolchain@master
|
||||||
with:
|
with:
|
||||||
toolchain: ${{ matrix.rust }}
|
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
|
||||||
- run: cargo test --no-default-features --features hyper-rustls,aws-lc-rs
|
|
||||||
|
|
||||||
msrv:
|
msrv:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue