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:
commit
a4678a484a
1 changed files with 0 additions and 2 deletions
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue