mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
tidyings from 18962 (#19644)
This commit is contained in:
@@ -132,7 +132,7 @@ const { values: options, positionals: filters } = parseArgs({
|
||||
},
|
||||
["retries"]: {
|
||||
type: "string",
|
||||
default: isCI ? "4" : "0", // N retries = N+1 attempts
|
||||
default: isCI ? "3" : "0", // N retries = N+1 attempts
|
||||
},
|
||||
["junit"]: {
|
||||
type: "boolean",
|
||||
|
||||
Reference in New Issue
Block a user