testing reusable workflows for CI

This commit is contained in:
2025-01-19 18:06:45 +01:00
parent 06ba817588
commit db314d8f9d
4 changed files with 90 additions and 90 deletions

View File

@@ -14,7 +14,7 @@ void TestVulkanSupport()
if(!PulseSupportsBackend(PULSE_BACKEND_VULKAN, PULSE_SHADER_FORMAT_SPIRV_BIT))
{
TEST_MESSAGE("Vulkan is not supported");
exit(1);
exit(0);
}
}