From ddb0c52fde792c99592ab702c1955c7a7119d799 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 23 Jun 2026 15:24:52 +0100 Subject: [PATCH] Actually run MSC4429 complement tests in CI I only just noticed that the Complement tests weren't actually running in CI... --- scripts-dev/complement.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh index cca87d42a9..d8e553f446 100755 --- a/scripts-dev/complement.sh +++ b/scripts-dev/complement.sh @@ -286,6 +286,7 @@ main() { ./tests/msc4155 ./tests/msc4306 ./tests/msc4222 + ./tests/msc4429 ) # Export the list of test packages as a space-separated environment variable, so other