Skip to content

Commit 3f3d39c

Browse files
committed
Add 3-pythonscript-cython-only test to CI
1 parent f2c09ae commit 3f3d39c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
python tests/run.py 0-gdscript --build-dir build/ -- --headless
7676
python tests/run.py 1-gdextension --build-dir build/ -- --headless
7777
python tests/run.py 2-pythonscript-init --build-dir build/ -- --headless
78+
python tests/run.py 3-pythonscript-cython-only --build-dir build/ -- --headless
7879
# - name: 'Generate artifact archive'
7980
# run: meson compile -C build/ release
8081
# - name: 'Export release artifact'
@@ -131,6 +132,7 @@ jobs:
131132
python tests/run.py 0-gdscript --build-dir build/ --godot-binary "${{ matrix.PLATFORM }}:" -- --headless
132133
python tests/run.py 1-gdextension --build-dir build/ --godot-binary "${{ matrix.PLATFORM }}:" -- --headless
133134
python tests/run.py 2-pythonscript-init --build-dir build/ --godot-binary "${{ matrix.PLATFORM }}:" -- --headless
135+
python tests/run.py 3-pythonscript-cython-only --build-dir build/ --godot-binary "${{ matrix.PLATFORM }}:" -- --headless
134136
# - name: 'Install Mesa3D OpenGL'
135137
# shell: bash
136138
# run: |

0 commit comments

Comments
 (0)