From 9241f6088021ca7621043ea0e257ace468d700a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20D=C3=ADaz=20M=C3=A1s?= Date: Sun, 16 May 2021 21:05:23 +0200 Subject: [PATCH] win - Only run tests on x64 On CI, pythonTests fail more or less consistently in the configuration Arch:x86, BuildType:Relase, Shared:ON. I tried to reproduce this locally, but I could not. Since Win-x86 is marginal for Exiv2, we disable it from CI until somebody raise concerns about it. --- .github/workflows/on_PR_windows_matrix.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/on_PR_windows_matrix.yml b/.github/workflows/on_PR_windows_matrix.yml index f5046bcf..ff6ede5e 100644 --- a/.github/workflows/on_PR_windows_matrix.yml +++ b/.github/workflows/on_PR_windows_matrix.yml @@ -75,6 +75,7 @@ jobs: tree /f install - name: Test + if: ${{matrix.platform == 'x64'}} env: EXIV2_EXT: .exe run: |