Commit 3e576b4938d88385860373221e5dbe9b61ec0afc

Martin Mitas 2024-01-11T10:49:05

Rename the fuzz test workflow.

1
2
3
4
5
6
7
8
9
10
diff --git a/.github/workflows/ci-fuzz.yml b/.github/workflows/ci-fuzz.yml
index 6c97c80..1f7d165 100644
--- a/.github/workflows/ci-fuzz.yml
+++ b/.github/workflows/ci-fuzz.yml
@@ -1,4 +1,4 @@
-name: CIFuzz
+name: Fuzz Test
 on: [pull_request]
 jobs:
   Fuzzing: