Skip to content

Commit

Permalink
set unit test max parallel to 1 to reduce burden on downloading nodej…
Browse files Browse the repository at this point in the history
…s too much

Signed-off-by: Jeromy Cannon <[email protected]>
  • Loading branch information
jeromy-cannon committed Nov 8, 2024
1 parent 338931e commit 51b0aec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/zxc-unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
os:
- windows-2022
- solo-linux-medium
max-parallel: 1
name: "(${{ join(matrix.os, ', ') }})"
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 51b0aec

Please sign in to comment.