mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-07-08 09:30:14 +00:00
Merge remote-tracking branch 'origin/test/v0.39.0-rc.0' into test/v0.39.0-rc.0
This commit is contained in:
commit
f60d1a179b
1
.github/workflows/pr_tests.yml
vendored
1
.github/workflows/pr_tests.yml
vendored
@ -230,6 +230,7 @@ jobs:
|
||||
NODE_1: "wakuorg/nwaku:latest"
|
||||
NODE_2: "wakuorg/nwaku:latest"
|
||||
ADDITIONAL_NODES: "wakuorg/nwaku:latest,wakuorg/nwaku:latest,wakuorg/nwaku:latest"
|
||||
RLN_CREDENTIALS: ${{ secrets.RLN_CREDENTIALS }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
@ -13,6 +13,7 @@ from src.test_data import SAMPLE_INPUTS
|
||||
logger = get_custom_logger(__name__)
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Skip all RLN tests during transition phase")
|
||||
@pytest.mark.xdist_group(name="RLN serial tests")
|
||||
class TestRelayRLN(StepsRLN, StepsRelay):
|
||||
SAMPLE_INPUTS_RLN = SAMPLE_INPUTS + SAMPLE_INPUTS + SAMPLE_INPUTS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user