test: add loongarch32-linux-none to test-modules matrix

This commit is contained in:
Alex Rønne Petersen
2026-04-25 15:36:48 +02:00
parent 9ecf5b4603
commit a9fbcb7c67
+8
View File
@@ -410,6 +410,14 @@ const module_test_targets = blk: {
.extra_target = true, .extra_target = true,
}, },
.{
.target = .{
.cpu_arch = .loongarch32,
.os_tag = .linux,
.abi = .none,
},
},
.{ .{
.target = .{ .target = .{
.cpu_arch = .loongarch64, .cpu_arch = .loongarch64,