Rename the parser fuzz job for consistency with the rest of CI (#14479)

This commit is contained in:
Zanie Blue 2024-11-20 01:54:42 -06:00 committed by GitHub
parent 0dbceccbc1
commit a6deca44b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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