fixing CI

This commit is contained in:
2025-11-07 12:31:58 +01:00
parent 8f22404802
commit e508d89de8
5 changed files with 26 additions and 18 deletions

View File

@@ -40,7 +40,3 @@ pub inline fn getLogVerboseLevel() LogVerboseLevel {
comptime {
_ = lib_vulkan;
}
test {
std.testing.refAllDeclsRecursive(@This());
}