Просмотр исходного кода

cli tests removed to solve 272

Chris Boesch 2 лет назад
Родитель
Сommit
44d51eb9ed
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      build.zig

+ 2 - 2
build.zig

@@ -210,8 +210,8 @@ pub fn build(b: *Build) !void {
     }
     ziglings_step.dependOn(prev_step);
 
-    const test_step = b.step("test", "Run all the tests");
-    test_step.dependOn(tests.addCliTests(b, &exercises));
+    // const test_step = b.step("test", "Run all the tests");
+    // // test_step.dependOn(tests.addCliTests(b, &exercises));
 }
 
 var use_color_escapes = false;