Skip to content

Commit 367a928

Browse files
committed
CI should use new itest/codegen-full feature
1 parent aaf450e commit 367a928

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/composite/godot-itest/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ runs:
142142
targetArgs="--target $TARGET"
143143
fi
144144
145-
cargo build -p itest ${{ inputs.rust-extra-args }} $targetArgs
145+
cargo build -p itest --no-default-features ${{ inputs.rust-extra-args }} $targetArgs
146146
147147
# Instead of modifying .gdextension, rename the output directory
148148
if [[ -n "$TARGET" ]]; then

.github/workflows/full-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,15 +310,15 @@ jobs:
310310
os: ubuntu-20.04
311311
artifact-name: linux-nightly
312312
godot-binary: godot.linuxbsd.editor.dev.x86_64
313-
rust-extra-args: --features godot/__codegen-full
313+
rust-extra-args: --features itest/codegen-full
314314
with-hot-reload: true
315315

316316
# Combines now a lot of features, but should be OK. lazy-function-tables doesn't work with experimental-threads.
317317
- name: linux-double-lazy
318318
os: ubuntu-20.04
319319
artifact-name: linux-double-nightly
320320
godot-binary: godot.linuxbsd.editor.dev.double.x86_64
321-
rust-extra-args: --features godot/api-custom,godot/double-precision,godot/__codegen-full,godot/lazy-function-tables
321+
rust-extra-args: --features godot/api-custom,godot/double-precision,itest/codegen-full,godot/lazy-function-tables
322322

323323
- name: linux-features-experimental
324324
os: ubuntu-20.04

.github/workflows/minimal-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
os: ubuntu-20.04
158158
artifact-name: linux-nightly
159159
godot-binary: godot.linuxbsd.editor.dev.x86_64
160-
rust-extra-args: --features godot/__codegen-full
160+
rust-extra-args: --features itest/codegen-full
161161
with-hot-reload: true
162162

163163
- name: linux-features-experimental

0 commit comments

Comments
 (0)