mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
fix fuzz testing (#12790)
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
This commit is contained in:
parent
a3212a5428
commit
3a8be9fcf8
5
.github/workflows/fuzz.yml
vendored
5
.github/workflows/fuzz.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user