From ffb6228c6596b318ff6e638059dafc55414f5571 Mon Sep 17 00:00:00 2001 From: "Cyril B." <53737317+Cykyrios@users.noreply.github.com> Date: Sat, 27 Sep 2025 18:19:01 +0200 Subject: [PATCH] Remove disabled redundant await warning --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70ca511..d43a7b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,6 @@ run-tests: script: - rm -rf addons/gdUnit4/test - godot --headless -v --import - - sed -E -i '/gdscript\/warnings\/.+?/a gdscript\/warnings\/redundant_await=0' project.godot - export GODOT_BIN=$(which godot) - ./addons/gdUnit4/runtest.sh --headless --ignoreHeadlessMode -c -a addons/godot_insim/test artifacts: -- GitLab