Skip to content

Commit

Permalink
Set continue-on-error for fuzz test listing
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon committed Aug 22, 2023
1 parent e49f132 commit b76f58c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
go-version: '1.20'
- id: list
uses: shogo82148/actions-go-fuzz/list@v0
continue-on-error: true
outputs:
fuzz-tests: ${{steps.list.outputs.fuzz-tests}}

Expand All @@ -39,4 +40,4 @@ jobs:
with:
packages: ${{ matrix.package }}
fuzz-regexp: ${{ matrix.func }}
fuzz-time: "20m"
fuzz-time: "20m"

0 comments on commit b76f58c

Please sign in to comment.