mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 12:54:42 +00:00
Fail the randomized test build after reporting the error to zed.dev
This commit is contained in:
parent
5934e882b8
commit
c5e56a5e45
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ async function main() {
|
||||||
headers: {"Content-Type": "application/json"},
|
headers: {"Content-Type": "application/json"},
|
||||||
body: JSON.stringify(body)
|
body: JSON.stringify(body)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
process.exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
function randomU64() {
|
function randomU64() {
|
||||||
|
|
Loading…
Reference in a new issue