File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -190,12 +190,6 @@ jobs:
190190 mithril-client-wasm/*-mithril-client-wasm-*.tgz
191191 if-no-files-found : error
192192
193- test-rust :
194- uses : ./.github/workflows/test-rust.yml
195- with :
196- # Run all tests, including slow tests, if "run-slow-tests" label is in the PR labels
197- include-slow-tests : ${{ contains(github.event.pull_request.labels.*.name, 'run-slow-tests') }}
198-
199193 check :
200194 runs-on : ubuntu-24.04
201195 steps :
@@ -348,7 +342,6 @@ jobs:
348342 extra_args :
349343 [
350344 " --aggregate-signature-type=Concatenation full --check-client-cli-snapshot-converter" ,
351- " --aggregate-signature-type IvcSnark --cardano-slot-length 1.0 --cardano-epoch-length 4800 --mithril-run-interval 240000 minimal --signed-entity-type CardanoStakeDistribution" ,
352345 ]
353346
354347 steps :
You can’t perform that action at this time.
0 commit comments