From 803ec8ff9dd75ce88f1aa622a8461fe4e89d5e9a Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Wed, 15 Oct 2025 15:20:26 +0200 Subject: [PATCH] chore: CI: re-enable mistakenly deactivated tests for Linux Lake (#10788) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f377143bd9..f12c440628 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -189,6 +189,8 @@ jobs: "check-level": 0, "check-rebootstrap": level >= 1, "check-stage3": level >= 2, + // only check-level >= 1 opts into tests implicitly. TODO: Clean up this logic. + "test": true, // NOTE: `test-speedcenter` currently seems to be broken on `ubuntu-latest` "test-speedcenter": large && level >= 2, // made explicit until it can be assumed to have propagated to PRs