From 71a7bfe29aee4451fa888c9ea5f5091986c47d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Tue, 6 May 2025 17:38:40 +0200 Subject: [PATCH] change the legacy test name to run it on CI in a different group --- tools/tests/modern.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/modern.js b/tools/tests/modern.js index 4958fbca34..946215ec84 100644 --- a/tools/tests/modern.js +++ b/tools/tests/modern.js @@ -16,7 +16,7 @@ async function writeModernConfig(s, modernConfig) { } -selftest.define("legacy build stack", async function () { +selftest.define("modern build stack - legacy", async function () { const s = new Sandbox(); await s.init();