fix(proofs/action): Fix interop action tests#3210
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Pull request overview
This PR fixes the interop action tests for the kona-interop program and re-enables them in GitHub CI. The changes consolidate the build process, implement the previously stubbed interop test runner, and remove the CI exclusion that was preventing interop tests from running.
Key changes:
- Consolidates build steps for action tests into a shared
action-tests-buildrecipe - Implements the previously stubbed
action-tests-interop-runrecipe with proper test execution - Removes the GitHub Actions matrix exclude that was disabling interop tests
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| tests/justfile | Refactored action test recipes to consolidate build steps and implement interop test execution with consistent parameters matching single-chain tests |
| .github/workflows/proof.yaml | Re-enabled interop tests by removing the matrix exclude for the interop kind |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Fix action testing of the kona-interop program and re-enable that test in gh ci. fixes op-rs/kona#3010, #18613
Fix action testing of the kona-interop program and re-enable that test in gh ci.
fixes #3010, ethereum-optimism/optimism#18613