File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -184,9 +184,9 @@ jobs:
184184
185185 include :
186186 - os : ubuntu-24.04
187- test-args : --features full,unstable,future_dmq --workspace
187+ test-args : --features full,unstable --workspace
188188 - os : ubuntu-24.04-arm
189- test-args : --features full,unstable,future_dmq --workspace
189+ test-args : --features full,unstable --workspace
190190 # Exclude nodes not officially supported on Windows and macOS (only mithril-client is supported)
191191 - os : macos-14
192192 test-args : >
@@ -392,6 +392,14 @@ jobs:
392392 extra_args : ["--aggregate-signature-type=Concatenation"]
393393
394394 include :
395+ # Include a test for partial decentralization with leader/follower signer registration and P2P signature registration with fake DMQ node
396+ - mode : " leader-follower"
397+ era : ${{ fromJSON(needs.build-ubuntu.outputs.eras)[0] }}
398+ next_era : [""]
399+ cardano_node_version : " 10.5.1"
400+ hard_fork_latest_era_at_epoch : 0
401+ run_id : " #1"
402+ extra_args : " --number-of-aggregators=2 --use-relays --relay-signer-registration-mode=passthrough --relay-signature-registration-mode=p2p --aggregate-signature-type=Concatenation --use-dmq --dmq-node-flavor=fake"
395403 # Include a test for partial decentralization with leader/follower signer registration and P2P signature registration
396404 - mode : " leader-follower"
397405 era : ${{ fromJSON(needs.build-ubuntu.outputs.eras)[0] }}
You can’t perform that action at this time.
0 commit comments