Skip to content

Commit

Permalink
add target to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurk committed Dec 24, 2024
1 parent a787fa9 commit 11c48da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
uses: taiki-e/install-action@v2
with:
tool: cargo-fuzz
- name: cargo fuzz run deserialize -- -max_total_time=5
run: cargo fuzz run deserialize -- -max_total_time=5
- name: cargo fuzz run --target x86_64-unknown-linux-gnu deserialize -- -max_total_time=5
run: cargo fuzz run --target x86_64-unknown-linux-gnu deserialize -- -max_total_time=5

0 comments on commit 11c48da

Please sign in to comment.