[CI] Trying to test on multiple windows target (2)

This commit is contained in:
hakril
2025-01-15 22:59:30 +01:00
parent b1c147dfaa
commit 774c35d943
+4 -2
View File
@@ -20,8 +20,6 @@ jobs:
run: py -c "import windows.generated_def"
tests:
# Not a real dependency : but starting tests when ctypes generation is broken is not useful
needs: generate_ctypes
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
@@ -35,6 +33,10 @@ jobs:
- python-bitness-to-test: 64
python-architecture: x64
needs: generate_ctypes
timeout-minutes: 15
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
# Pfw testing need both 32b & 64b of tested python version for cross-bitness python injection tests