Skip to content

Commit

Permalink
CI should use new itest/codegen-full feature
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanNano committed Aug 9, 2024
1 parent 9d39621 commit 817250a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/composite/godot-itest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ runs:
targetArgs="--target $TARGET"
fi
cargo build -p itest ${{ inputs.rust-extra-args }} $targetArgs
cargo build -p itest --no-default-features ${{ inputs.rust-extra-args }} $targetArgs
# Instead of modifying .gdextension, rename the output directory
if [[ -n "$TARGET" ]]; then
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,15 +310,15 @@ jobs:
os: ubuntu-20.04
artifact-name: linux-nightly
godot-binary: godot.linuxbsd.editor.dev.x86_64
rust-extra-args: --features godot/__codegen-full
rust-extra-args: --features itest/codegen-full
with-hot-reload: true

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

- name: linux-features-experimental
os: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minimal-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
os: ubuntu-20.04
artifact-name: linux-nightly
godot-binary: godot.linuxbsd.editor.dev.x86_64
rust-extra-args: --features godot/__codegen-full
rust-extra-args: --features itest/codegen-full
with-hot-reload: true

- name: linux-features-experimental
Expand Down

0 comments on commit 817250a

Please sign in to comment.