[skip ci] Remove fuzz optimization, update fuzz.yml, increase fuzzing time

This commit is contained in:
ado
2024-03-03 16:13:21 +01:00
parent d5d944ee64
commit 1b6277f6d5
2 changed files with 3 additions and 11 deletions

View File

@@ -31,10 +31,6 @@ jobs:
image: silkeh/clang:15
options: -v /usr/local:/host_usr_local
env:
CC: clang
CXX: clang++
steps:
- uses: actions/checkout@v1