Skip to content

Commit

Permalink
fix: add afl to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thvdveld committed Mar 6, 2024
1 parent 2dfae06 commit ab668ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: |
rustup toolchain install nightly --component miri
cargo +nightly miri setup
- name: Install AFL
cargo install cargo-afl
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit ab668ea

Please sign in to comment.