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

Add invariant tests workflow #1265

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

nikitastupin-matterlabs
Copy link
Collaborator

What ❔

Introducing the invariant tests workflow.

Why ❔

We want to run invariant tests on schedule. This is possible only if the workflow is on the default branch which is currently main. On the other hand, it doesn't make sense to merge #1237. to main yet because the main doesn't have the target code to test (i.e. the main is far behind dev).

So in order for #1237 to work we need to merge this PR. Later dev will be merged to main adding the missing code.

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.

@nikitastupin-matterlabs
Copy link
Collaborator Author

nikitastupin-matterlabs commented Feb 13, 2025

The CI failure doesn't seem to be related to the PR. Never mind, it indeed was a formatting issue. The remaining failure is about coverage so it's not related to the PR.

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.

1 participant