Manually exit for Windows CI

This commit is contained in:
Marin Minnerly 2024-01-18 14:17:39 -08:00
parent 6080f86723
commit 29dc42d435

View file

@ -108,3 +108,6 @@ local success3 = pcall(function()
end)
assert(not success3, "Server was created with malformed address")
-- We have to manually exit so Windows CI doesn't get stuck forever
process.exit(0)