Test fips feature in CI

This commit is contained in:
Dirkjan Ochtman 2024-07-16 11:40:19 +02:00
parent bc4da63d56
commit f11b1d1364
1 changed files with 9 additions and 0 deletions

View File

@ -34,6 +34,15 @@ jobs:
- run: cargo check # hyper-rustls, ring
- 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:
runs-on: ubuntu-latest
steps: