Skip to content

Commit

Permalink
ci: remove the reverted FuzzIndex fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorropo authored and masih committed Jul 6, 2022
1 parent fb79485 commit 6d5bd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: true
matrix:
target: [ "BlockReader", "Reader", "Index", "Inspect" ]
target: [ "BlockReader", "Reader", "Inspect" ]
runs-on: ubuntu-latest
name: Fuzz V2 ${{ matrix.target }}
steps:
Expand Down

0 comments on commit 6d5bd66

Please sign in to comment.