From 5ec2e36f5872e405b7730a31d523399b8fbbab48 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 13 Mar 2023 11:26:53 +0100 Subject: [PATCH] Adjust the fuzzers tests in the CI as some have been fixed --- .github/workflows/CICD.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index ebacd43c3..2a474a89a 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -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