]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Reduce number of mingw i686 and x86_64 parallel test runs due to wine errors.
authorNathan Moinvaziri <nathan@solidstatenetworks.com>
Sat, 20 Feb 2021 22:57:22 +0000 (14:57 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 25 Feb 2021 12:05:36 +0000 (13:05 +0100)
.github/workflows/cmake.yml

index cebf61becac4ff088237817a83971fb2ca442f8f..032ef025e5506eba891aeaba9d430e358fbf5c8a 100644 (file)
@@ -236,7 +236,7 @@ jobs:
             packages: wine32 gcc-mingw-w64
             codecov: ubuntu_gcc_mingw_i686
             # Limit parallel test jobs to prevent wine errors
-            parallels-jobs: 3
+            parallels-jobs: 1
 
           - name: Ubuntu MinGW x86_64
             os: ubuntu-latest
@@ -245,7 +245,7 @@ jobs:
             packages: wine-stable gcc-mingw-w64
             codecov: ubuntu_gcc_mingw_x86_64
              # Limit parallel test jobs to prevent wine errors
-            parallels-jobs: 2
+            parallels-jobs: 1
 
           - name: Ubuntu 16.04 Clang
             os: ubuntu-16.04