Fail the randomized test build after reporting the error to zed.dev

This commit is contained in:
Max Brunsfeld 2023-04-18 18:41:33 -07:00
parent 5934e882b8
commit c5e56a5e45

View File

@ -56,6 +56,8 @@ async function main() {
headers: {"Content-Type": "application/json"},
body: JSON.stringify(body)
})
process.exit(1)
}
function randomU64() {