[CI] Test that ctypes_generation results can be executed

This commit is contained in:
hakril
2025-01-08 19:38:23 +01:00
parent 1cb8ad02c9
commit 22672613a9
+2
View File
@@ -16,6 +16,8 @@ jobs:
python-version: '3.11'
- run:
py .\ctypes_generation\generate.py
- name: Check generated code can execute
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