Skip to content

Commit

Permalink
CI: remove '--features codegen-full' argument, as jobs have become mo…
Browse files Browse the repository at this point in the history
…re selective

Reverts commit c9e6fd6.
  • Loading branch information
Bromeon committed Apr 6, 2024
1 parent 5e9bf23 commit 7370661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ jobs:
godot-binary: ${{ matrix.godot-binary }}
godot-args: ${{ matrix.godot-args }} # currently unused
godot-prebuilt-patch: ${{ matrix.godot-prebuilt-patch }}
rust-extra-args: ${{ matrix.rust-extra-args }} --features godot/codegen-full
rust-extra-args: ${{ matrix.rust-extra-args }}
rust-toolchain: ${{ matrix.rust-toolchain || 'stable' }}
rust-env-rustflags: ${{ matrix.rust-env-rustflags }}
rust-target: ${{ matrix.rust-target }}
Expand Down

0 comments on commit 7370661

Please sign in to comment.