Skip to content

Commit

Permalink
ci: Set parallelism to 10 for interchaintest
Browse files Browse the repository at this point in the history
  • Loading branch information
fastfadingviolets committed Nov 5, 2024
1 parent f1125b5 commit b249116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/interchain-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
matrix:
${{fromJson(needs.prepare-matrix.outputs.matrix)}}
fail-fast: false
max-parallel: 3
max-parallel: 10
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit b249116

Please sign in to comment.