parallaxsecond / rust-tss-esapi

TSS 2.0 Enhanced System API (ESAPI) Rust wrapper
https://docs.rs/tss-esapi/
Apache License 2.0
86 stars 51 forks source link

Add CI job for examples #467

Open ionut-arm opened 10 months ago

ionut-arm commented 10 months ago

At the moment any examples we have are only checked for correctness by their submitter. Cargo allows us to run them, so we should make use of this to include them in the CI testing framework so we can notice when/if they break.