mirror of
https://github.com/lune-org/lune.git
synced 2025-04-08 04:20:54 +01:00
Manually exit for Windows CI
This commit is contained in:
parent
6080f86723
commit
29dc42d435
1 changed files with 3 additions and 0 deletions
|
@ -108,3 +108,6 @@ local success3 = pcall(function()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
assert(not success3, "Server was created with malformed address")
|
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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue