Skip to content

Commit

Permalink
Re-enable honggfuzz CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 10, 2023
1 parent 5a225cf commit 4ec3a42
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
Expand Up @@ -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
Expand Down

0 comments on commit 4ec3a42

Please sign in to comment.