Skip to content

Commit

Permalink
Merge pull request #404 from dtolnay/honggfuzz
Browse files Browse the repository at this point in the history
Re-enable honggfuzz CI
dtolnay authored Sep 10, 2023
2 parents 5a225cf + 4ec3a42 commit 7017480
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -118,10 +118,8 @@ jobs:
working-directory: fuzz
- uses: dtolnay/install@honggfuzz
- run: sudo apt-get install binutils-dev libunwind-dev
continue-on-error: true # https://github.com/dtolnay/proc-macro2/issues/387
- run: cargo hfuzz build --no-default-features --features honggfuzz
working-directory: fuzz
continue-on-error: true # https://github.com/dtolnay/proc-macro2/issues/387

clippy:
name: Clippy

0 comments on commit 7017480

Please sign in to comment.