Skip to content

Commit d403b9e

Browse files
committed
wip(ci): DO NOT MERGE
1 parent 93cef6c commit d403b9e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -294,13 +294,16 @@ jobs:
294294
strategy:
295295
fail-fast: false
296296
matrix:
297-
mode: ["std"]
297+
mode: ["master-slave"]
298298
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras) }}
299299
next_era: [""]
300300
cardano_node_version: ["10.1.3", "10.1.4", "10.2.1"]
301301
hard_fork_latest_era_at_epoch: [0]
302302
run_id: ["#1", "#2"]
303-
extra_args: [""]
303+
extra_args:
304+
[
305+
"--number-of-aggregators=2 --use-relays --relay-signer-registration-mode=passthrough --relay-signature-registration-mode=p2p",
306+
]
304307

305308
include:
306309
# Include a test for partial decentralization with master/slave signer registration and P2P signature registration

0 commit comments

Comments
 (0)