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:
@@ -75,6 +75,7 @@ jobs:
|
||||
tree /f install
|
||||
|
||||
- name: Test
|
||||
if: ${{matrix.platform == 'x64'}}
|
||||
env:
|
||||
EXIV2_EXT: .exe
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user