Skip to content

Commit 4652e05

Browse files
committed
Make check.sh consistent with CI
1 parent 624b403 commit 4652e05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

check.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ function findGodot() {
6262
fi
6363
}
6464

65-
features="gdnative/async,gdnative/serde,gdnative/inventory"
66-
itest_toggled_features="no-manual-register"
65+
features="gdnative/async,gdnative/serde"
66+
itest_toggled_features="gdnative/inventory,no-manual-register"
6767
cmds=()
6868

6969
for arg in "${args[@]}"; do

0 commit comments

Comments
 (0)