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

Create advanced CI flow #25

Open
rpanic opened this issue Jun 7, 2023 · 1 comment
Open

Create advanced CI flow #25

rpanic opened this issue Jun 7, 2023 · 1 comment

Comments

@rpanic
Copy link
Member

rpanic commented Jun 7, 2023

We want to seperate expensive tests for cheap tests to maximize test cost efficiency. For example, we don't want tests that compile and prove circuits to run on every push.

Following seperation should be made:

  • test: Executes all unit tests with no external dependencies
  • test:integration: Executes all previous tests plus tests that require external dependencies
  • test:full: Executes all tests, including tests that compile and prove circuits

test should be executed on every push, test:integration on merging PRs, test:full on merging PRs, but have to be triggered manually.

@maht0rz
Copy link
Member

maht0rz commented Jul 17, 2024

I'd suggest we extend this with CI cross-integration to starter kit, we'd have to create an e2e test for starter kit too.
Let's not forget splitting the tests into proofs enabled / disabled too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants