We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb8ad0 commit 2267261Copy full SHA for 2267261
1 file changed
.github/workflows/tests.yml
@@ -16,6 +16,8 @@ jobs:
16
python-version: '3.11'
17
- run:
18
py .\ctypes_generation\generate.py
19
+ - name: Check generated code can execute
20
+ py -c "import windows.generated_def"
21
tests:
22
# Not a real dependency : but starting tests when ctypes generation is broken is not useful
23
needs: generate_ctypes
0 commit comments