mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +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"},
|
||||
body: JSON.stringify(body)
|
||||
})
|
||||
|
||||
process.exit(1)
|
||||
}
|
||||
|
||||
function randomU64() {
|
||||
|
|
Loading…
Reference in a new issue