From a6deca44b54c96701025ac9d872540118bbdfa7e Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 20 Nov 2024 01:54:42 -0600 Subject: [PATCH] Rename the parser fuzz job for consistency with the rest of CI (#14479) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 205de2cf26..5310a64bc0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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