From a4cac852a9d6a6b633427b47fdefa1ccf62988d6 Mon Sep 17 00:00:00 2001 From: Kegan Dougal <7190048+kegsay@users.noreply.github.com> Date: Wed, 8 Oct 2025 12:50:21 +0100 Subject: [PATCH] Run MSC4354 tests --- scripts-dev/complement.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh index c4d678b142..2e1632dfee 100755 --- a/scripts-dev/complement.sh +++ b/scripts-dev/complement.sh @@ -231,6 +231,7 @@ test_packages=( ./tests/msc4140 ./tests/msc4155 ./tests/msc4306 + ./tests/msc4354 ) # Enable dirty runs, so tests will reuse the same container where possible.