From 74d4cf26374ba5f2c3bc1f5f7f5bbdc6d78929d3 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 27 Mar 2023 16:52:30 +0200 Subject: [PATCH] CICD: remove "continue-on-error" in fuzz_date step --- .github/workflows/CICD.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 0eeb94861..54ada9760 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -145,8 +145,6 @@ jobs: - name: Install `cargo-fuzz` run: cargo install cargo-fuzz - name: Run fuzz_date for XX seconds - # TODO: fix https://github.com/uutils/coreutils/issues/4494 - continue-on-error: true shell: bash run: | ## Run it