Open
Description
Problem
Integration tests in the \ directory are not being run as part of the CI workflow. This means critical issues like the current decryption errors between nodes are not caught before deployment.
Current Behavior
The CI workflow runs:
\\
This only runs unit tests (tests inside \ files) by default, not integration tests.
Proposed Solution
Once integration tests are passing, update the CI workflow to include:
\\
Blocked By
- Need to fix failing integration tests first (see issue Add integration tests to CI workflow #1640 for decryption error fixes)
Benefits
- Catch network/transport layer issues before deployment
- Prevent regressions in peer-to-peer communication
- Ensure contract operations work across nodes
Related to the decryption errors discovered in production after v0.1.5 deployment.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Triage