Skip to content

Commit 75d9042

Browse files
committed
Check honggfuzz version of fuzz target in CI
1 parent ba7ad43 commit 75d9042

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@ jobs:
9999
- run: cargo fuzz check
100100
- run: cargo check --no-default-features --features afl
101101
working-directory: fuzz
102-
102+
- uses: dtolnay/install@honggfuzz
103+
- run: sudo apt-get install binutils-dev libunwind-dev
104+
- run: cargo hfuzz build --no-default-features --features honggfuzz
105+
working-directory: fuzz
103106

104107
clippy:
105108
name: Clippy

0 commit comments

Comments
 (0)