Skip to content

Commit

Permalink
CI: upload crashers found by fuzzing
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Nov 15, 2021
1 parent 1b8e7dd commit 45a34d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -124,6 +124,13 @@ jobs:
run: ctest --output-on-failure -C Debug .
env:
UBSAN_OPTIONS: print_stacktrace=1
- name: Upload crashers
uses: actions/upload-artifact@v2
with:
name: crashers
path: ./crash-*
if-no-files-found: ignore
if: failure()

conf_test:
name: Test configuration on Linux
Expand Down

0 comments on commit 45a34d7

Please sign in to comment.