🔧 chore(docker-compose.yml): update pytest command to improve verbosity and parallel test execution
This commit is contained in:
parent
c7fc8444ea
commit
298d9cd1c8
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ services:
|
|||
build:
|
||||
context: ../
|
||||
dockerfile: base.Dockerfile
|
||||
command: pytest -v --cov=langflow --cov-report=term-missing --cov-report=xml --cov-report=html -m async_test
|
||||
command: pytest -vv -n auto
|
||||
healthcheck:
|
||||
test: "exit 0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue