Skip to content

Commit

Permalink
.github/ipc_fuzzer.yml: save crash-* and fuzz-*.log artifacts
Browse files Browse the repository at this point in the history
"Unit test" crash-* files allow instant reproduction.

fuzz-*.log files are created when using -j

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb committed Feb 27, 2024
1 parent f35ba4b commit c05e854
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ipc_fuzzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,6 @@ jobs:
with:
name: ${{ matrix.IPC }} logs
path: |
workspace/crash-*
workspace/fuzz-stdout.txt
workspace/fuzz-*.log

0 comments on commit c05e854

Please sign in to comment.