Skip to content

Commit

Permalink
boost verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonThordal committed Jul 15, 2024
1 parent c138ea1 commit f190b1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
YENTE_INDEX_TYPE: elasticsearch
YENTE_INDEX_URL: http://elasticsearch:9200/
run: |
pytest -v tests
make test
test-opensearch:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
YENTE_INDEX_TYPE: opensearch
YENTE_INDEX_URL: http://opensearch:9200/
run: |
pytest -v tests
make test
package-python:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ api: build services
docker compose up --remove-orphans app

test:
pytest --cov-report html --cov-report term --cov=yente -v tests
pytest --cov-report html --cov-report term --cov=yente -vv -log_cli tests

typecheck:
mypy --strict yente
Expand Down

0 comments on commit f190b1e

Please sign in to comment.