Skip to content

Commit 982799a

Browse files
committed
add ci for make setup-afl
1 parent 8266b1d commit 982799a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/fuzz.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ jobs:
1919
- name: Check fuzz code compiles
2020
working-directory: ./fuzz
2121
run: cargo check
22+
23+
- name: Build AFL target
24+
working-directory: ./fuzz
25+
run: make setup-afl

0 commit comments

Comments
 (0)