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