fix fuzz testing (#12790)

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
This commit is contained in:
ICHINOSE Shogo 2023-09-01 04:08:27 +09:00 committed by GitHub
parent a3212a5428
commit 3a8be9fcf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,8 @@ jobs:
go-version: '1.20'
- id: list
uses: shogo82148/actions-go-fuzz/list@v0
with:
tags: fuzz,develop
outputs:
fuzz-tests: ${{steps.list.outputs.fuzz-tests}}
@ -39,4 +41,5 @@ jobs:
with:
packages: ${{ matrix.package }}
fuzz-regexp: ${{ matrix.func }}
fuzz-time: "20m"
fuzz-time: "20m"
tags: fuzz,develop