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

Max Brunsfeld created

Change summary

script/randomized-test-ci | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

script/randomized-test-ci 🔗

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