We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8266b1d commit 982799aCopy full SHA for 982799a
.github/workflows/fuzz.yml
@@ -19,3 +19,7 @@ jobs:
19
- name: Check fuzz code compiles
20
working-directory: ./fuzz
21
run: cargo check
22
+
23
+ - name: Build AFL target
24
+ working-directory: ./fuzz
25
+ run: make setup-afl
0 commit comments