We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93cef6c commit d403b9eCopy full SHA for d403b9e
.github/workflows/ci.yml
@@ -294,13 +294,16 @@ jobs:
294
strategy:
295
fail-fast: false
296
matrix:
297
- mode: ["std"]
+ mode: ["master-slave"]
298
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras) }}
299
next_era: [""]
300
cardano_node_version: ["10.1.3", "10.1.4", "10.2.1"]
301
hard_fork_latest_era_at_epoch: [0]
302
run_id: ["#1", "#2"]
303
- extra_args: [""]
+ extra_args:
304
+ [
305
+ "--number-of-aggregators=2 --use-relays --relay-signer-registration-mode=passthrough --relay-signature-registration-mode=p2p",
306
+ ]
307
308
include:
309
# Include a test for partial decentralization with master/slave signer registration and P2P signature registration
0 commit comments