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
|
- run: cargo fuzz build -s none
|
||||||
|
|
||||||
fuzz-parser:
|
fuzz-parser:
|
||||||
name: "Fuzz the parser"
|
name: "fuzz parser"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs:
|
needs:
|
||||||
- cargo-test-linux
|
- cargo-test-linux
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue