mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
temp
This commit is contained in:
@@ -142,7 +142,7 @@ const { values: options, positionals: filters } = parseArgs({
|
||||
},
|
||||
["retries"]: {
|
||||
type: "string",
|
||||
default: isCI ? "3" : "0", // N retries = N+1 attempts
|
||||
default: isCI ? "1" : "0", // N retries = N+1 attempts
|
||||
},
|
||||
["junit"]: {
|
||||
type: "boolean",
|
||||
|
||||
Reference in New Issue
Block a user