Skip to content

Commit

Permalink
[skip azp] enable gdb
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Jan 6, 2022
1 parent 73f78f0 commit aaaf7d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ jobs:
run: |
# NOTE: do not include coverage report here, see: https://github.com/nedbat/coveragepy/issues/1003
# pytest pytorch_lightning tests -v --durations=50 --junitxml=junit/test-results-${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.requires }}-${{ matrix.release }}.xml
# gdb --return-child-result --batch -q -ex r -ex "thread apply all bt" --args $(which python) -m pytest pytorch_lightning tests -p no:faulthandler -q
$(which python) -X faulthandler -m pytest pytorch_lightning tests -p no:faulthandler -q
gdb --return-child-result --batch -q -ex r -ex "thread apply all bt" --args $(which python) -m pytest pytorch_lightning tests -p no:faulthandler -q
# $(which python) -X faulthandler -m pytest pytorch_lightning tests -p no:faulthandler -q
echo TESTINGISFINISHEDHERE
# - name: Examples
Expand Down

0 comments on commit aaaf7d1

Please sign in to comment.