| ... | @@ -13,7 +13,7 @@ pub fn build(b: *std.Build) void { | ... | @@ -13,7 +13,7 @@ pub fn build(b: *std.Build) void { |
| 13 | addTest(b, target, mode, disable_llvm, mod, 2); | 13 | addTest(b, target, mode, disable_llvm, mod, 2); |
| 14 | addTest(b, target, mode, disable_llvm, mod, 3); | 14 | addTest(b, target, mode, disable_llvm, mod, 3); |
| 15 | | 15 | |
| 16 | const test_step = b.step("test", "dummy test step to pass CI checks"); | 16 | const test_step = b.step("test", "Run all library tests"); |
| 17 | test_step.dependOn(b.default_step); | 17 | test_step.dependOn(b.default_step); |
| 18 | } | 18 | } |
| 19 | | 19 | |