Skip to content

Commit 10a3cc5

Browse files
committed
reduce max-parallel
1 parent 432b351 commit 10a3cc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/check-btcli-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
runs-on: ubuntu-latest
9898
strategy:
9999
fail-fast: false
100-
max-parallel: 16
100+
max-parallel: 8
101101
matrix:
102102
rust-branch:
103103
- stable

Diff for: .github/workflows/check-sdk-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
runs-on: ubuntu-latest
9797
strategy:
9898
fail-fast: false
99-
max-parallel: 16
99+
max-parallel: 8
100100
matrix:
101101
rust-branch:
102102
- stable

0 commit comments

Comments
 (0)