Make no repetitions

This commit is contained in:
David Gonzalez Martin 2024-05-27 21:16:27 -06:00
parent 5cbbebe29a
commit 6106f090aa

View File

@ -592,7 +592,7 @@ pub fn main() !void {
.self_hosted = false, .self_hosted = false,
.group_name = "STANDALONE", .group_name = "STANDALONE",
.directory_path = "retest/standalone", .directory_path = "retest/standalone",
.repetitions = 100, .repetitions = 1,
}); });
// var errors = run_test_suite(allocator, .{ // var errors = run_test_suite(allocator, .{