From 774c35d943ffda02c8bf8d99e351a39563c23eba Mon Sep 17 00:00:00 2001 From: hakril Date: Wed, 15 Jan 2025 22:59:30 +0100 Subject: [PATCH] [CI] Trying to test on multiple windows target (2) --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cf588e9..41a0c9f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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