mirror of
https://github.com/astral-sh/ruff
synced 2026-01-08 15:14:19 -05:00
Run py-fuzzer with --profile=profiling locally and in CI (#21266)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user