fix: fuzz targets missing target dir and silent CI failures

This commit is contained in:
pocopepe
2026-04-21 13:22:49 +05:30
committed by Sylvestre Ledru
parent 37abce4eab
commit d11f672d29
6 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
fuzz/corpus/${{ matrix.test-target.name }}
- name: Run ${{ matrix.test-target.name }} for XX seconds
shell: bash
continue-on-error: ${{ !matrix.test-target.name.should_pass }}
continue-on-error: ${{ !matrix.test-target.should_pass }}
run: |
cargo fuzz run ${{ matrix.test-target.name }} -- -max_total_time=${{ env.RUN_FOR }} -detect_leaks=0
- name: Save Corpus Cache