Skip to content

Commit

Permalink
exfatprogs: capture coredump in github action
Browse files Browse the repository at this point in the history
Signed-off-by: Hyunchul Lee <[email protected]>
  • Loading branch information
hclee committed Jan 11, 2024
1 parent 54c5bbf commit 3a10d9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,13 @@ jobs:
sudo make install > /dev/null
- name: run fsck repair testcases
run: |
ulimit -c unlimited
cd tests
sudo ./test_fsck.sh
- uses: actions/upload-artifact@master # capture all crashes as build artifacts
with:
name: crashes
path: /cores
- name: create file/director test
run: |
cd linux-exfat-oot
Expand Down

0 comments on commit 3a10d9a

Please sign in to comment.