noir-lang / noir

Noir is a domain specific language for zero knowledge proofs
https://noir-lang.org
Apache License 2.0
821 stars 177 forks source link

Add non-blocking CI workflow to test external libraries #5354

Open TomAFrench opened 2 days ago

TomAFrench commented 2 days ago

We've run into a couple of issues where upon syncing Noir into aztec-packages we've discovered issues in either Noir or aztec-nr which then needs to either be fixed in the sync PR (messy) or we need to fix the issue in noir-lang/noir, close the sync and start a new one.

It would be easier in general if we had checks to ensure stability on important external libraries, etc. to pick up potential changes