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

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