CI: build provider-example in no-std mode

This commit is contained in:
Jorge Aparicio 2023-11-28 17:36:31 +01:00 committed by Joe Birr-Pixton
parent be41a034a9
commit f7c12c02c0
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ jobs:
- name: cargo build (debug; rustls-provider-example)
run: cargo build --locked -p rustls-provider-example
- name: cargo build (debug; rustls-provider-example lib in no-std mode)
run: cargo build --locked -p rustls-provider-example --no-default-features
msrv:
name: MSRV
runs-on: ubuntu-20.04