mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
Accelerate Tests
- add only pytest to the circleci for testing it
This commit is contained in:
parent
cbb0a8d79c
commit
8e9322986d
@ -40,11 +40,11 @@ jobs:
|
||||
- run:
|
||||
command: |
|
||||
. venv/bin/activate
|
||||
python -m pytest
|
||||
python -m pytest test/local
|
||||
- run:
|
||||
command: |
|
||||
. venv/bin/activate
|
||||
coverage run -m pytest
|
||||
coverage run -m pytest test
|
||||
coverage xml
|
||||
- codecov/upload:
|
||||
file: 'coverage.xml'
|
||||
|
Loading…
Reference in New Issue
Block a user