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 :
@@ -424,7 +417,6 @@ jobs:
424417 - build
425418 - check
426419 - licenses
427- - test-rust
428420 - e2e
429421 strategy :
430422 fail-fast : false
@@ -559,7 +551,6 @@ jobs:
559551 - build
560552 - build-test-wasm
561553 - build-test-explorer
562- - test-rust
563554 - e2e
564555 - check
565556 - licenses
You can’t perform that action at this time.
0 commit comments