From a9fbcb7c67382e59a6e9e5732d31852e3b18cb66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sat, 25 Apr 2026 15:36:48 +0200 Subject: [PATCH] test: add loongarch32-linux-none to test-modules matrix --- test/tests.zig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/tests.zig b/test/tests.zig index 70cc97a603..9cce574415 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -410,6 +410,14 @@ const module_test_targets = blk: { .extra_target = true, }, + .{ + .target = .{ + .cpu_arch = .loongarch32, + .os_tag = .linux, + .abi = .none, + }, + }, + .{ .target = .{ .cpu_arch = .loongarch64,