Skip to content

Commit 2267261

Browse files
committed
[CI] Test that ctypes_generation results can be executed
1 parent 1cb8ad0 commit 2267261

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
python-version: '3.11'
1717
- run:
1818
py .\ctypes_generation\generate.py
19+
- name: Check generated code can execute
20+
py -c "import windows.generated_def"
1921
tests:
2022
# Not a real dependency : but starting tests when ctypes generation is broken is not useful
2123
needs: generate_ctypes

0 commit comments

Comments
 (0)