mirror of https://github.com/astral-sh/ruff
Rename the parser fuzz job for consistency with the rest of CI (#14479)
This commit is contained in:
parent
0dbceccbc1
commit
a6deca44b5
|
|
@ -280,7 +280,7 @@ jobs:
|
|||
- run: cargo fuzz build -s none
|
||||
|
||||
fuzz-parser:
|
||||
name: "Fuzz the parser"
|
||||
name: "fuzz parser"
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- cargo-test-linux
|
||||
|
|
|
|||
Loading…
Reference in New Issue