Skip to content

Commit

Permalink
ci: run test with FIPS aws_lc_rs module
Browse files Browse the repository at this point in the history
  • Loading branch information
BiagioFesta committed Mar 5, 2024
1 parent 8aac2e5 commit b61ec57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ jobs:
run: cargo test --verbose --features x509-parser --all-targets
- name: Run the tests with aws_lc_rs backend enabled
run: cargo test --verbose --no-default-features --features aws_lc_rs,pem --all-targets
- name: Run the tests with FIPS aws_lc_rs module
run: cargo test --verbose --no-default-features --features fips,pem --all-targets
- name: Run the tests with no features enabled
run: cargo test --verbose --no-default-features --all-targets

Expand Down Expand Up @@ -179,6 +181,8 @@ jobs:
run: cargo test --verbose --features x509-parser --all-targets
- name: Run the tests with aws_lc_rs backend enabled
run: cargo test --verbose --no-default-features --features aws_lc_rs,pem --all-targets
- name: Run the tests with FIPS aws_lc_rs module
run: cargo test --verbose --no-default-features --features fips,pem --all-targets

# Build rustls-cert-gen as a standalone package, see this PR for why it's needed:
# https://github.com/rustls/rcgen/pull/206#pullrequestreview-1816197358
Expand Down

0 comments on commit b61ec57

Please sign in to comment.