| ... | @@ -10,6 +10,9 @@ pub fn build(b: *std.Build) void { | ... | @@ -10,6 +10,9 @@ pub fn build(b: *std.Build) void { |
| 10 | addTest(b, target, mode, mod, 1); | 10 | addTest(b, target, mode, mod, 1); |
| 11 | addTest(b, target, mode, mod, 2); | 11 | addTest(b, target, mode, mod, 2); |
| 12 | addTest(b, target, mode, mod, 3); | 12 | addTest(b, target, mode, mod, 3); |
| | 13 | |
| | 14 | const test_step = b.step("test", "dummy test step to pass CI checks"); |
| | 15 | _ = test_step; |
| 13 | } | 16 | } |
| 14 | | 17 | |
| 15 | fn addTest(b: *std.Build, target: std.zig.CrossTarget, mode: std.builtin.Mode, mod: *std.build.Module, comptime backend: u8) void { | 18 | fn addTest(b: *std.Build, target: std.zig.CrossTarget, mode: std.builtin.Mode, mod: *std.build.Module, comptime backend: u8) void { |