File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ jobs:
138
138
run : cargo test --verbose --features x509-parser --all-targets
139
139
- name : Run the tests with aws_lc_rs backend enabled
140
140
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
141
143
- name : Run the tests with no features enabled
142
144
run : cargo test --verbose --no-default-features --all-targets
143
145
@@ -179,6 +181,8 @@ jobs:
179
181
run : cargo test --verbose --features x509-parser --all-targets
180
182
- name : Run the tests with aws_lc_rs backend enabled
181
183
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
182
186
183
187
# Build rustls-cert-gen as a standalone package, see this PR for why it's needed:
184
188
# https://github.com/rustls/rcgen/pull/206#pullrequestreview-1816197358
You can’t perform that action at this time.
0 commit comments