mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
fix fuzz testing (#12790)
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user