Skip to content

Add integration tests to CI workflow #1640

Open
@sanity

Description

@sanity

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

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions