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 0070ee2 commit 740347cCopy full SHA for 740347c
.github/workflows/nightly-backward-compatibility.yml
@@ -91,15 +91,13 @@ jobs:
91
92
- name: Run E2E tests
93
run: |
94
- # TODO: adjust the e2e test parameters for slower execution (slower epochs and slot lengths)
95
- # cardano-slot-length 0.25
96
- # cardano-epoch-length 45.0
97
-
98
./mithril-binaries/e2e/mithril-end-to-end -vvv \
99
--bin-directory ./mithril-binaries/e2e \
100
--work-directory=./artifacts \
101
--devnet-scripts-directory=./mithril-test-lab/mithril-devnet \
102
--cardano-node-version ${{ matrix.cardano_node_version }} \
+ --cardano-slot-length 0.25 \
+ --cardano-epoch-length 45.0 \
103
&& echo "SUCCESS=true" >> $GITHUB_ENV \
104
|| (echo "SUCCESS=false" >> $GITHUB_ENV && exit 1)
105
0 commit comments