mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
seq: fuzz PreciseNumber::from_str (#6183)
* fuzz the seq parse number functions * run fuzz_parse_number into the CI
This commit is contained in:
parent
b617876372
commit
10def29b96
4 changed files with 27 additions and 0 deletions
2
.github/workflows/fuzzing.yml
vendored
2
.github/workflows/fuzzing.yml
vendored
|
@ -58,6 +58,8 @@ jobs:
|
|||
- { name: fuzz_parse_glob, should_pass: true }
|
||||
- { name: fuzz_parse_size, should_pass: true }
|
||||
- { name: fuzz_parse_time, should_pass: true }
|
||||
- { name: fuzz_seq_parse_number, should_pass: true }
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@nightly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue