Skip to content

Commit e58c485

Browse files
committed
add max-parallel
1 parent 0d236e8 commit e58c485

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-btcli-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181
strategy:
8282
fail-fast: false
83-
max-parallel: 8
83+
max-parallel: 16
8484
matrix:
8585
rust-branch:
8686
- stable

.github/workflows/check-sdk-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181
strategy:
8282
fail-fast: false
83-
max-parallel: 8
83+
max-parallel: 16
8484
matrix:
8585
rust-branch:
8686
- stable

0 commit comments

Comments
 (0)