github: increase parallelism in windows build

This commit is contained in:
yyforyongyu
2023-01-31 20:23:14 +08:00
parent d319ff9eda
commit b5fab8232a

View File

@@ -259,7 +259,7 @@ jobs:
go-version: '${{ env.GO_VERSION }}'
- name: run itest
run: make itest-parallel windows=1 tranches=2 parallel=2 timeout=180m
run: make itest-parallel windows=1
- name: Zip log files on failure
if: ${{ failure() }}