Skip to content

Commit

Permalink
Check honggfuzz version of fuzz target in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 27, 2023
1 parent ba7ad43 commit 760d19f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ jobs:
- run: cargo fuzz check
- run: cargo check --no-default-features --features afl
working-directory: fuzz

- uses: dtolnay/install@honggfuzz
- run: apt install build-essential binutils-dev libunwind-dev
- run: cargo hfuzz build --no-default-features --features honggfuzz
working-directory: fuzz

clippy:
name: Clippy
Expand Down

0 comments on commit 760d19f

Please sign in to comment.