Skip to content

Commit

Permalink
Move cargo-fuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
sakex committed Sep 25, 2023
1 parent 0979af3 commit 7758688
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@ jobs:
- name: Run group_events fuzzer and minimize corpus
run: |
cd i18-helpers
cargo fuzz run group_events -- -only_ascii=1 -max_total_time=30
cargo fuzz cmin group_events
- name: Run normalize fuzzer and minimize corpus
run: |
cd i18-helpers
cargo fuzz run normalize -- -only_ascii=1 -max_total_time=30
cargo fuzz cmin normalize
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7758688

Please sign in to comment.