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.
This commit is contained in:
Luis Díaz Más
2021-05-16 21:05:23 +02:00
parent 59a80eba2e
commit 9241f60880
@@ -75,6 +75,7 @@ jobs:
tree /f install
- name: Test
if: ${{matrix.platform == 'x64'}}
env:
EXIV2_EXT: .exe
run: |