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() {
Max Brunsfeld created
script/randomized-test-ci | 2 ++
1 file changed, 2 insertions(+)
@@ -56,6 +56,8 @@ async function main() {
headers: {"Content-Type": "application/json"},
body: JSON.stringify(body)
})
+
+ process.exit(1)
}
function randomU64() {