summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre-Thomas Meisels <meisels27@yahoo.fr>2022-02-22 12:15:43 +0100
committerRĂ©mi Verschelde <remi@verschelde.fr>2022-03-30 11:43:12 +0200
commit63f7f44ccb65015c1936a84d256165cab1251814 (patch)
tree43239a14ad7ea9bb9fae0923fad72190ecd590c9 /.github
parent398d502cc78a7b2086ea864581a6c0ec0e2a4cb2 (diff)
Make vararg method bind no return and return
Type emit_signal exposed method return type set UndoRedo add_do_method and add_undo_method exposed return void Set TreeItem::_call_recursive_bind returns void Set _rpc_bind and _rpc_id_bind returns void in Node Set _call_group and _call_group_flags method returns void in SceneTree Set godot-cpp-test CI flag to false
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux_builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml
index c9f1b2f41e..36a10ccb02 100644
--- a/.github/workflows/linux_builds.yml
+++ b/.github/workflows/linux_builds.yml
@@ -39,7 +39,7 @@ jobs:
proj-test: true
# Can be turned off for PRs that intentionally break compat with godot-cpp,
# until both the upstream PR and the matching godot-cpp changes are merged.
- godot-cpp-test: true
+ godot-cpp-test: false
bin: "./bin/godot.linuxbsd.double.tools.64.san"
build-mono: false
# Skip 2GiB artifact speeding up action.