Prechádzať zdrojové kódy

Merge pull request #59228 from bruvzg/gde_ci

Re-enable `godot-cpp` CI.
Rémi Verschelde 3 rokov pred
rodič
commit
3f8acba18d
1 zmenil súbory, kde vykonal 1 pridanie a 3 odobranie
  1. 1 3
      .github/workflows/linux_builds.yml

+ 1 - 3
.github/workflows/linux_builds.yml

@@ -36,9 +36,7 @@ jobs:
             tests: true
             sconsflags: float=64 use_asan=yes use_ubsan=yes
             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: false
+            godot-cpp-test: true
             bin: "./bin/godot.linuxbsd.double.tools.64.san"
             build-mono: false
             # Skip 2GiB artifact speeding up action.