]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Don't test corpora when processing MinGW jobs. This should reduce the time these...
authorNathan Moinvaziri <nathan@nathanm.com>
Thu, 18 Mar 2021 17:01:25 +0000 (10:01 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 18 Mar 2021 21:50:39 +0000 (22:50 +0100)
.github/workflows/cmake.yml

index 9f0140726dd8610ab898632b7107c719b553b152..1287dc851ac401d18617ee840a63ba0311946806 100644 (file)
@@ -352,6 +352,9 @@ jobs:
 
     - name: Checkout test corpora
       uses: actions/checkout@v2
+      # Don't test against all corpora with MinGW due to Wine being unable to run parallel jobs
+      # without connection timeout. Without parallel jobs test runs using Wine take close to an hour.
+      if: contains(matrix.name, 'MinGW') == false
       with:
         repository: zlib-ng/corpora
         path: test/data/corpora