Test fips feature in CI
This commit is contained in:
parent
bc4da63d56
commit
f11b1d1364
|
@ -34,6 +34,15 @@ jobs:
|
||||||
- run: cargo check # hyper-rustls, ring
|
- run: cargo check # hyper-rustls, ring
|
||||||
- run: cargo test
|
- run: cargo test
|
||||||
|
|
||||||
|
fips:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: dtolnay/rust-toolchain@master
|
||||||
|
with:
|
||||||
|
toolchain: 1.67.0
|
||||||
|
- run: cargo check --lib --features fips
|
||||||
|
|
||||||
msrv:
|
msrv:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue