We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06faf37 commit 458eb28Copy full SHA for 458eb28
.github/workflows/ci.yml
@@ -291,8 +291,8 @@ jobs:
291
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras) }}
292
cardano_node_version: ["8.9.4", "8.12.2", "9.0.0", "9.1.0"]
293
hard_fork_latest_era_at_epoch: [0]
294
- run_id: ["#1"]
295
- extra_args: [""]
+ run_id: ["#1", "#2", "#3"]
+ extra_args: ["", "--use-p2p-network"]
296
297
include:
298
# Include a test for `8.1.2` which is not concerned by the hard fork
0 commit comments