run pyqtgraph tests before examples

This commit is contained in:
KIU Shueng Chuan 2021-04-11 21:51:44 +08:00
parent 5a08650853
commit 8cb53d321b
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ jobs:
- name: Run Tests
run: |
mkdir $SCREENSHOT_DIR
pytest . -v \
pytest pyqtgraph examples -v \
-n auto \
--junitxml pytest.xml \
--cov pyqtgraph --cov-report=xml --cov-report=html