chore(test): Add e2e test workflow for op-reth sequencer and verifier#649
chore(test): Add e2e test workflow for op-reth sequencer and verifier#649
Conversation
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
There was a problem hiding this comment.
Pull request overview
This PR adds a third e2e test configuration to the workflow that tests op-reth running in both the sequencer and verifier positions simultaneously, complementing the existing tests where op-reth runs only as verifier (with op-geth as sequencer) or only as sequencer (with op-geth as verifier).
Changes:
- Added new
op-reth-as-sequencer-and-verifierjob that runs e2e tests with op-reth in both roles - Updated the success check job to include the new test configuration as a dependency
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
superseded by #650 |
Adds a third set up for e2e tests, running op-reth in both sequencer and verifier positions