Skip to content

Commit

Permalink
fuzz: run the new fuzzers in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Mar 31, 2024
1 parent b5e3322 commit 222ccfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fuzzing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
- { name: fuzz_wc, should_pass: false }
- { name: fuzz_cut, should_pass: false }
- { name: fuzz_split, should_pass: false }
- { name: fuzz_tr, should_pass: false }
- { name: fuzz_env, should_pass: false }
- { name: fuzz_parse_glob, should_pass: true }
- { name: fuzz_parse_size, should_pass: true }
- { name: fuzz_parse_time, should_pass: true }
Expand Down

0 comments on commit 222ccfb

Please sign in to comment.