mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-18 19:41:34 +00:00
Run py-fuzzer with --profile=profiling locally and in CI (#21266)
This commit is contained in:
parent
79a02711c1
commit
42adfd40ea
2 changed files with 26 additions and 21 deletions
|
|
@ -395,13 +395,14 @@ def parse_args() -> ResolvedCliArgs:
|
|||
|
||||
if not args.test_executable:
|
||||
print(
|
||||
"Running `cargo build --release` since no test executable was specified...",
|
||||
"Running `cargo build --profile=profiling` since no test executable was specified...",
|
||||
flush=True,
|
||||
)
|
||||
cmd: list[str] = [
|
||||
"cargo",
|
||||
"build",
|
||||
"--release",
|
||||
"--profile",
|
||||
"profiling",
|
||||
"--locked",
|
||||
"--color",
|
||||
"always",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue