| @@ -81,7 +81,7 @@ jobs: | |||
| uses: actions/upload-artifact@v2 | |||
| with: | |||
| name: crash-${{ matrix.arch }}-${{ matrix.lang }}.1 | |||
| path: crash-* | |||
| path: crash-* timeout-* | |||
| - name: Fuzz function synth_espeak() with language-specific input | |||
| run: cp dictsource/${{ matrix.lang }}_* tests/fuzzing/CORPUS_DIR/ || true ; FUZZ_VOICE=${{ matrix.lang }} tests/fuzzing/synth_fuzzer.test -seed=1 -runs=10000 -max_len=4096 tests/fuzzing/CORPUS_DIR | |||
| - name: Store the crash POC | |||
| @@ -89,4 +89,4 @@ jobs: | |||
| uses: actions/upload-artifact@v2 | |||
| with: | |||
| name: crash-${{ matrix.arch }}-${{ matrix.lang }}.2 | |||
| path: crash-* | |||
| path: crash-* timeout-* | |||