Skip to content

Commit

Permalink
Use gdb to get a backtrace of the segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
gbolmier committed May 21, 2024
1 parent 5983698 commit ddca0d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ jobs:
- name: pytest
run: |
poetry run pytest
gdb --batch --quiet -ex r -ex "thread apply all bt" --args "$(readlink -f $(which python3))" -m pytest -p no:faulthandler -x river/drift/binary/hddm_w.py"
# poetry run pytest
# poetry run pytest -m "not datasets" --durations=10 -n logical # Run pytest on all logical CPU cores

0 comments on commit ddca0d4

Please sign in to comment.