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 7c053c9 commit 9ae9655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
ulimit -c unlimited
ulimit -c
sudo -H source /home/runner/nogil-3.9.10/bin/activate && pytest --junitxml=junit/test-results-${{ matrix.python-version }}.xml
sudo -H /home/runner/nogil-3.9.10/bin/python -m pytest --junitxml=junit/test-results-${{ matrix.python-version }}.xml
- name: upload core dump file
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 9ae9655

Please sign in to comment.