Skip to content

Commit

Permalink
+ fuzz ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Nov 10, 2024
1 parent 540920a commit 16d765e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/fuzz.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on: push
name: Fuzzy test

jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test
run: |
rustup default nightly
cargo install cargo-fuzz
cargo fuzz --all-features fuzz_target_1 -- -max_len=256 -runs=65536

0 comments on commit 16d765e

Please sign in to comment.