File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,21 @@ jobs:
177
177
- name : Run the tests with aws_lc_rs backend enabled
178
178
run : cargo test --verbose --no-default-features --features aws_lc_rs,pem --all-targets
179
179
180
+ # Build rustls-cert-gen as a standalone package, see this PR for why it's needed:
181
+ # https://github.com/rustls/rcgen/pull/206#pullrequestreview-1816197358
182
+ build-rustls-cert-gen-standalone :
183
+ name : Build rustls-cert-gen as a standalone package
184
+ runs-on : ubuntu-latest
185
+ steps :
186
+ - name : Checkout sources
187
+ uses : actions/checkout@v4
188
+ with :
189
+ persist-credentials : false
190
+ - name : Install rust toolchain
191
+ uses : dtolnay/rust-toolchain@stable
192
+ - name : Run the tests
193
+ run : cargo test --package rustls-cert-gen
194
+
180
195
coverage :
181
196
name : Measure coverage
182
197
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments