Disable CMake tests

This commit is contained in:
David Gonzalez Martin 2024-03-25 08:46:14 -06:00
parent 0452b24e15
commit 7102578769

View File

@ -513,7 +513,7 @@ pub fn main() !void {
errors = true;
};
try runCmakeTests(allocator);
// try runCmakeTests(allocator);
if (errors) {
return error.fail;