Skip to content

Commit 460d523

Browse files
committed
Only run 0-gdscript&1-gdextension trivial tests on CI for the moment
1 parent dd9acc7 commit 460d523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: 'Build project'
7373
run: meson compile -C build/
7474
- name: 'Run tests'
75-
run: python tests/run.py 0-pythonscript-init --build-dir build/ -- --headless
75+
run: python tests/run.py 0-gdscript 1-gdextension --build-dir build/ -- --headless
7676
# - name: 'Generate artifact archive'
7777
# run: meson compile -C build/ release
7878
# - name: 'Export release artifact'
@@ -123,7 +123,7 @@ jobs:
123123
- name: 'Build project'
124124
run: meson compile -C build/
125125
- name: 'Run tests'
126-
run: python tests/run.py 0-pythonscript-init --build-dir build/ -- --headless
126+
run: python tests/run.py 0-gdscript 1-gdextension --build-dir build/ -- --headless
127127
# - name: 'Install Mesa3D OpenGL'
128128
# shell: bash
129129
# run: |

0 commit comments

Comments
 (0)