Skip to content

Commit d51bfd7

Browse files
committed
WIP: DO NOT MERGE: test ci failure
1 parent 9900f21 commit d51bfd7

File tree

2 files changed

+34
-3
lines changed

2 files changed

+34
-3
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

mithril-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ignored = ["serde_bytes"]
2222
crate-type = ["lib", "cdylib", "staticlib"]
2323

2424
[features]
25-
default = ["rug-backend", "allow_skip_signer_certification"]
25+
default = ["rug-backend"]
2626

2727
# Enables `rug-backend` features for `mithril-stm` dependency
2828
rug-backend = ["mithril-stm/rug-backend"]

0 commit comments

Comments
 (0)