enable ssh debugging

This commit is contained in:
Andrew Cassidy 2021-04-07 19:50:04 -07:00
parent d100f10931
commit 42c9110a40

View File

@ -55,6 +55,9 @@ jobs:
- name: Compile and install
run: python setup.py build --debug install
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Test with nose
run: python -I -m nose tests -d
working-directory: ..
working-directory: tests