ci: Upload leak reports if fuzz fails
This commit is contained in:
parent
d13031cc14
commit
7f46b77da2
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -221,7 +221,9 @@ jobs:
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: fuzz_write_bad_inputs
|
name: fuzz_write_bad_inputs
|
||||||
path: fuzz/artifacts/fuzz_write/crash-*
|
path: |
|
||||||
|
fuzz/artifacts/fuzz_write/crash-*
|
||||||
|
fuzz/artifacts/fuzz_write/leak-*
|
||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
- name: Minimize seed corpus
|
- name: Minimize seed corpus
|
||||||
if: always()
|
if: always()
|
||||||
|
|
Loading…
Add table
Reference in a new issue