mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
Accelerate Tests
- Change unittest with pytest in circleci config.
This commit is contained in:
parent
910d5d376f
commit
a502c94a99
@ -40,7 +40,7 @@ jobs:
|
||||
- run:
|
||||
command: |
|
||||
. venv/bin/activate
|
||||
coverage run -m unittest
|
||||
coverage run -m pytest
|
||||
coverage xml
|
||||
- codecov/upload:
|
||||
file: 'coverage.xml'
|
||||
|
Loading…
x
Reference in New Issue
Block a user