Skip to content

Commit

Permalink
install coredump utility
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Dec 25, 2023
1 parent 4a156ce commit 0d336d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/branchbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
- name: Test with pytest and backtrace in case of SegFault
if: runner.os == 'Linux'
run: |
sudo apt update && sudo apt install systemd-coredump
tools/seg_wrapper.sh pytest tests
- name: Test with pytest
if: runner.os != 'Linux'
Expand Down

0 comments on commit 0d336d9

Please sign in to comment.