mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-20 04:24:37 -04:00
Make CircleCI run GUI tests
This commit is contained in:
parent
b39eb126c0
commit
769f256b53
1 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ jobs:
|
|||
- run:
|
||||
name: run tests
|
||||
command: |
|
||||
xvfb-run pytest --cov=onionshare --cov=onionshare_gui --cov-report=term-missing -vvv tests/
|
||||
xvfb-run pytest --cov=onionshare --cov=onionshare_gui --cov-report=term-missing -vvv tests/ --rungui
|
||||
|
||||
test-3.6:
|
||||
<<: *test-template
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue