mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 14:44:17 -05:00
Rename the parser fuzz job for consistency with the rest of CI (#14479)
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user