Skip to content

Commit

Permalink
generate core dump files in ci πŸ™
Browse files Browse the repository at this point in the history
  • Loading branch information
dpdani committed Jan 12, 2024
1 parent 49063c9 commit f389311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
run: |
ulimit -c unlimited
ulimit -c
mkdir -p /cores/
chmod -R 777 /cores/
sudo mkdir -p /cores/
sudo chmod -R 777 /cores/
echo "/cores/" | sudo tee /proc/sys/kernel/core_pattern
sudo cat /proc/sys/kernel/core_pattern
pytest --junitxml=junit/test-results-${{ matrix.python-version }}.xml
Expand Down

0 comments on commit f389311

Please sign in to comment.