Skip to content

Commit 774c35d

Browse files
committed
[CI] Trying to test on multiple windows target (2)
1 parent b1c147d commit 774c35d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
run: py -c "import windows.generated_def"
2121
tests:
2222
# Not a real dependency : but starting tests when ctypes generation is broken is not useful
23-
needs: generate_ctypes
24-
timeout-minutes: 15
2523
strategy:
2624
fail-fast: false
2725
matrix:
@@ -35,6 +33,10 @@ jobs:
3533
- python-bitness-to-test: 64
3634
python-architecture: x64
3735

36+
needs: generate_ctypes
37+
timeout-minutes: 15
38+
runs-on: ${{ matrix.runs-on }}
39+
3840
steps:
3941
- uses: actions/checkout@v4
4042
# Pfw testing need both 32b & 64b of tested python version for cross-bitness python injection tests

0 commit comments

Comments
 (0)