File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -332,21 +332,8 @@ jobs:
332332 fail-fast : false
333333 max-parallel : 32
334334 matrix :
335- rust-branch :
336- - stable
337- rust-target :
338- - x86_64-unknown-linux-gnu
339- os :
340- - ubuntu-latest
341335 include : ${{ fromJson(needs.find-btcli-e2e-tests.outputs.test-files) }}
342336
343- env :
344- RELEASE_NAME : development
345- RUSTV : ${{ matrix.rust-branch }}
346- RUST_BACKTRACE : full
347- RUST_BIN_DIR : target/${{ matrix.rust-target }}
348- TARGET : ${{ matrix.rust-target }}
349-
350337 timeout-minutes : 60
351338 name : " cli: ${{ matrix.label }}"
352339 steps :
@@ -426,21 +413,8 @@ jobs:
426413 fail-fast : false
427414 max-parallel : 64
428415 matrix :
429- rust-branch :
430- - stable
431- rust-target :
432- - x86_64-unknown-linux-gnu
433- os :
434- - ubuntu-latest
435416 include : ${{ fromJson(needs.find-sdk-e2e-tests.outputs.test-files) }}
436417
437- env :
438- RELEASE_NAME : development
439- RUSTV : ${{ matrix.rust-branch }}
440- RUST_BACKTRACE : full
441- RUST_BIN_DIR : target/${{ matrix.rust-target }}
442- TARGET : ${{ matrix.rust-target }}
443-
444418 timeout-minutes : 60
445419 name : " sdk: ${{ matrix.label }}"
446420 steps :
You can’t perform that action at this time.
0 commit comments