From: Nathan Moinvaziri Date: Thu, 18 Feb 2021 03:54:24 +0000 (-0800) Subject: Reduce number of mingw x86_64 parallel test runs due to wine connection timeout error. X-Git-Tag: 2.0.0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bcd5086ab4b78efaa33f4484a808570996e0ab2;p=thirdparty%2Fzlib-ng.git Reduce number of mingw x86_64 parallel test runs due to wine connection timeout error. --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 51557f46..5dfec303 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -241,7 +241,7 @@ jobs: packages: wine-stable gcc-mingw-w64 codecov: ubuntu_gcc_mingw_x86_64 # Limit parallel test jobs to prevent wine errors - parallels-jobs: 3 + parallels-jobs: 2 - name: Ubuntu Clang os: ubuntu-latest