mirror of
https://github.com/instant-labs/instant-acme.git
synced 2025-02-16 13:22:04 +00:00
Test more feature scenarios
This commit is contained in:
parent
126c0a3161
commit
09311aee3b
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user