Mbed-TLS / mbedtls-test

MbedTLS testing
Apache License 2.0
4 stars 24 forks source link

Introduce caching of git objects #153

Open bensze01 opened 8 months ago

bensze01 commented 8 months ago

Currently all of our unit tests start by checking out the whole repository from github

This can take a substantial amount of time, and consumes bandwidth unnecessarily.

Introduce caching of the git objects so that only new objects need to be downloaded before the unit test starts