Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(CI): Add automated testing for Noir pre-releases #99

Closed
wants to merge 2 commits into from

Conversation

crStiv
Copy link

@crStiv crStiv commented Dec 17, 2024

Closes #98

Added CI workflow to automatically test against Noir pre-releases:

  • Created setup script to check and install latest Noir pre-releases
  • Added GitHub Action with daily scheduled runs
  • Automated issue creation for incompatibility detection

This helps to:

  • Detect incompatibilities early
  • Reduce manual testing effort
  • Keep the starter up-to-date with Noir releases

@signorecello
Copy link
Collaborator

hey thanks @crStiv I'll hold this one off, we actually had tests for pre-releases before but the thing is... if the tests pass for pre-releases, they'll most likely fail for stable releases, and vice-versa

so we need to think of a better solution, and I can merge this PR then!

@crStiv
Copy link
Author

crStiv commented Dec 18, 2024

hey thanks @crStiv I'll hold this one off, we actually had tests for pre-releases before but the thing is... if the tests pass for pre-releases, they'll most likely fail for stable releases, and vice-versa

so we need to think of a better solution, and I can merge this PR then!

ok, so basically I have to wait till the tests, and the probably there will be a chance for this pr to be merged?

btw, are there any other ways I can contribute to Aztec?

@crStiv crStiv closed this by deleting the head repository Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CI to test against Noir pre-releases + create Issues for incompatibilities
2 participants