We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b455a2b commit 43447d9Copy full SHA for 43447d9
1 file changed
.github/workflows/fuzz.yml
@@ -27,8 +27,17 @@ jobs:
27
- name: Build AFL target
28
run: make setup-afl
29
30
+ check-libfuzzer:
31
+ runs-on: ubuntu-latest
32
+ defaults:
33
+ run:
34
+ working-directory: ./fuzz
35
+ steps:
36
+ - uses: actions/checkout@v4
37
+ - uses: dtolnay/rust-toolchain@master
38
+ with:
39
+ toolchain: nightly
40
- name: Build libfuzzer target
41
run: |
- rustup toolchain install nightly
42
cargo install cargo-fuzz
43
cargo +nightly fuzz build main_libfuzzer
0 commit comments