Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Aug 21, 2024
1 parent 8d54175 commit b39396b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ jobs:
run: cargo +nightly update -Z minimal-versions

- name: "Compile tests"
run: cargo test $GDEXT_FEATURES --features godot/register-docs --no-run ${{ matrix.rust-extra-args }}
run: cargo test $GDEXT_FEATURES --features itest/register-docs --no-run ${{ matrix.rust-extra-args }}

- name: "Test"
run: cargo test $GDEXT_FEATURES --features godot/register-docs ${{ matrix.rust-extra-args }}
run: cargo test $GDEXT_FEATURES --features itest/register-docs ${{ matrix.rust-extra-args }}


miri-test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/minimal-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ jobs:
uses: ./.github/composite/rust

- name: "Compile tests"
run: cargo test $GDEXT_FEATURES --features godot/register-docs --no-run
run: cargo test $GDEXT_FEATURES --features itest/register-docs --no-run

- name: "Test"
run: cargo test $GDEXT_FEATURES
run: cargo test $GDEXT_FEATURES --features itest/register-docs


# For complex matrix workflow, see https://stackoverflow.com/a/65434401
Expand Down

0 comments on commit b39396b

Please sign in to comment.