Skip to content

Commit 80abe55

Browse files
committed
WIP: DO NOT MERGE: test ci failure
1 parent f1186e4 commit 80abe55

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

.github/workflows/ci.yml

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,39 @@ jobs:
344344
next_era: [""]
345345
cardano_node_version: ["10.4.1", "10.5.1"]
346346
hard_fork_latest_era_at_epoch: [0]
347-
run_id: ["#1", "#2", "#3"]
348-
extra_args: ["--aggregate-signature-type=Concatenation"]
347+
run_id:
348+
[
349+
"#1",
350+
"#2",
351+
"#3",
352+
"#4",
353+
"#5",
354+
"#6",
355+
"#7",
356+
"#8",
357+
"#9",
358+
"#10",
359+
"#11",
360+
"#12",
361+
"#13",
362+
"#14",
363+
"#15",
364+
"#16",
365+
"#17",
366+
"#18",
367+
"#19",
368+
"#20",
369+
"#21",
370+
"#22",
371+
"#23",
372+
"#24",
373+
"#25",
374+
]
375+
extra_args:
376+
[
377+
"--aggregate-signature-type=Concatenation",
378+
"--number-of-aggregators=2 --use-relays --relay-signer-registration-mode=passthrough --relay-signature-registration-mode=p2p --aggregate-signature-type=Concatenation",
379+
]
349380

350381
include:
351382
# Include a test for partial decentralization with leader/follower signer registration and P2P signature registration

0 commit comments

Comments
 (0)