1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-09 04:06:02 +00:00

Adjust the fuzzers tests in the CI as some have been fixed

This commit is contained in:
Sylvestre Ledru 2023-03-13 11:26:53 +01:00 committed by GitHub
parent 2bcd774358
commit 5ec2e36f58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@ jobs:
- name: Install `cargo-fuzz`
run: cargo install cargo-fuzz
- name: Run fuzz_date for XX seconds
# TODO: fix the issues
# TODO: fix https://github.com/uutils/coreutils/issues/4494
continue-on-error: true
shell: bash
run: |
@ -153,8 +153,6 @@ jobs:
cd fuzz
cargo +nightly fuzz run fuzz_date -- -max_total_time=${{ env.RUN_FOR }} -detect_leaks=0
- name: Run fuzz_parse_glob for XX seconds
# TODO: fix the issues
continue-on-error: true
shell: bash
run: |
## Run it
@ -167,8 +165,6 @@ jobs:
cd fuzz
cargo +nightly fuzz run fuzz_parse_size -- -max_total_time=${{ env.RUN_FOR }} -detect_leaks=0
- name: Run fuzz_parse_time for XX seconds
# TODO: fix the issues
continue-on-error: true
shell: bash
run: |
## Run it