Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

fix(proofs/action): Fix interop action tests#3210

Merged
Inphi merged 2 commits intomainfrom
inphi/fix-interop-action-tests
Dec 18, 2025
Merged

fix(proofs/action): Fix interop action tests#3210
Inphi merged 2 commits intomainfrom
inphi/fix-interop-action-tests

Conversation

@Inphi
Copy link
Collaborator

@Inphi Inphi commented Dec 18, 2025

Fix action testing of the kona-interop program and re-enable that test in gh ci.

fixes #3010, ethereum-optimism/optimism#18613

@codecov
Copy link

codecov bot commented Dec 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.1%. Comparing base (3d78173) to head (1dcd697).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

❗ There is a different number of reports uploaded between BASE (3d78173) and HEAD (1dcd697). Click for more details.

HEAD has 14 uploads less than BASE
Flag BASE (3d78173) HEAD (1dcd697)
proof 4 0
e2e 9 0
unit 2 1

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Inphi Inphi marked this pull request as ready for review December 18, 2025 18:14
@Inphi Inphi requested a review from BioMark3r as a code owner December 18, 2025 18:14
Copilot AI review requested due to automatic review settings December 18, 2025 18:14
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-build recipe
  • Implements the previously stubbed action-tests-interop-run recipe 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.

@Inphi Inphi enabled auto-merge December 18, 2025 18:37
@Inphi Inphi added this pull request to the merge queue Dec 18, 2025
Merged via the queue into main with commit 44e80b5 Dec 18, 2025
31 of 32 checks passed
@Inphi Inphi deleted the inphi/fix-interop-action-tests branch December 18, 2025 19:14
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Jan 15, 2026
Fix action testing of the kona-interop program and re-enable that test
in gh ci.

fixes op-rs/kona#3010,
#18613
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(ci/tests): re-enable action-tests-iterop

3 participants