Browse Source

limited parallelism of CI jobs

tags/v0.10.0
Martin Evans 1 year ago
parent
commit
418345cbaf
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/main.yml

+ 1
- 0
.github/workflows/main.yml View File

@@ -13,6 +13,7 @@ jobs:
name: Test
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 2
fail-fast: false
matrix:
build: [linux-release, windows-release, osx-release]


Loading…
Cancel
Save