Skip to content

Commit 43447d9

Browse files
committed
parallelize fuzzer check
1 parent b455a2b commit 43447d9

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/fuzz.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,17 @@ jobs:
2727
- name: Build AFL target
2828
run: make setup-afl
2929

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
3040
- name: Build libfuzzer target
3141
run: |
32-
rustup toolchain install nightly
3342
cargo install cargo-fuzz
3443
cargo +nightly fuzz build main_libfuzzer

0 commit comments

Comments
 (0)