run pyqtgraph tests before examples
This commit is contained in:
parent
5a08650853
commit
8cb53d321b
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -106,7 +106,7 @@ jobs:
|
|||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
mkdir $SCREENSHOT_DIR
|
mkdir $SCREENSHOT_DIR
|
||||||
pytest . -v \
|
pytest pyqtgraph examples -v \
|
||||||
-n auto \
|
-n auto \
|
||||||
--junitxml pytest.xml \
|
--junitxml pytest.xml \
|
||||||
--cov pyqtgraph --cov-report=xml --cov-report=html
|
--cov pyqtgraph --cov-report=xml --cov-report=html
|
||||||
|
Loading…
Reference in New Issue
Block a user