We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bedfbe4 commit 5b37883Copy full SHA for 5b37883
1 file changed
.github/workflows/tests.yml
@@ -7,9 +7,10 @@ jobs:
7
if: github.actor != 'dependabot[bot]'
8
concurrency:
9
group: unit-tests-${{ github.ref }}
10
+ cancel-in-progress: true
11
strategy:
12
fail-fast: false
- max-parallel: 1
13
+ max-parallel: 4
14
matrix:
15
include:
16
# Ubuntu - All tests
0 commit comments