apache / incubator-teaclave-trustzone-sdk

Teaclave TrustZone SDK enables safe, functional, and ergonomic development of trustlets.
https://teaclave.apache.org
Apache License 2.0
216 stars 61 forks source link

ci.yml: remove redundant building process #52

Closed DemesneGH closed 2 years ago

DemesneGH commented 2 years ago

"make check-rust" will build images and Rust examples then run tests. Remove the redundant "make" and add "-j" to reduce ci time.