1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 05:57:46 +00:00

Merge pull request #4654 from cakebaker/cicd_remove_continue_on_error

CICD: remove "continue on error" in fuzz_date step
This commit is contained in:
Terts Diepraam 2023-03-29 13:39:45 +02:00 committed by GitHub
commit a4678a484a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,8 +145,6 @@ jobs:
- name: Install `cargo-fuzz` - name: Install `cargo-fuzz`
run: cargo install cargo-fuzz run: cargo install cargo-fuzz
- name: Run fuzz_date for XX seconds - name: Run fuzz_date for XX seconds
# TODO: fix https://github.com/uutils/coreutils/issues/4494
continue-on-error: true
shell: bash shell: bash
run: | run: |
## Run it ## Run it