Skip to content

Commit

Permalink
[CI] Trying to test on multiple windows target (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakril committed Jan 15, 2025
1 parent b1c147d commit 774c35d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 774c35d

Please sign in to comment.