Turn on qt debugging in CircleCI

This commit is contained in:
Micah Lee 2022-03-28 20:06:07 -07:00
parent 4bb86b189b
commit 74172a0151

View File

@ -55,6 +55,8 @@ jobs:
- run:
name: Run tests
environment:
QT_DEBUG_PLUGINS: 1
command: |
cd ~/repo/desktop
xvfb-run poetry run pytest -v ./tests/test_gui_*.py