Skip to content

Commit 7cb3125

Browse files
BiagioFestaest31
authored andcommitted
ci: run test with FIPS aws_lc_rs module
1 parent d8c9f18 commit 7cb3125

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ jobs:
138138
run: cargo test --verbose --features x509-parser --all-targets
139139
- name: Run the tests with aws_lc_rs backend enabled
140140
run: cargo test --verbose --no-default-features --features aws_lc_rs,pem --all-targets
141+
- name: Run the tests with FIPS aws_lc_rs module
142+
run: cargo test --verbose --no-default-features --features fips,pem --all-targets
141143
- name: Run the tests with no features enabled
142144
run: cargo test --verbose --no-default-features --all-targets
143145

@@ -179,6 +181,8 @@ jobs:
179181
run: cargo test --verbose --features x509-parser --all-targets
180182
- name: Run the tests with aws_lc_rs backend enabled
181183
run: cargo test --verbose --no-default-features --features aws_lc_rs,pem --all-targets
184+
- name: Run the tests with FIPS aws_lc_rs module
185+
run: cargo test --verbose --no-default-features --features fips,pem --all-targets
182186

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

0 commit comments

Comments
 (0)