You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR #1126 resulted in a regression due to insufficient testing on the contract artifacts being saved to disk. This was fixed in #1158 but it was brought up that:
I wonder if we can have PR artifacts that show what the ABI looks like, or possibly some ABI artifact that gets checked in and the CI checks if they match
We should add an integration test which checks the build artifacts from a set Noir project against some checked in examples in order to avoid this happening in future.
The text was updated successfully, but these errors were encountered:
The PR #1126 resulted in a regression due to insufficient testing on the contract artifacts being saved to disk. This was fixed in #1158 but it was brought up that:
Originally posted by @kevaundray in #1158 (comment)
We should add an integration test which checks the build artifacts from a set Noir project against some checked in examples in order to avoid this happening in future.
The text was updated successfully, but these errors were encountered: