diff --git a/.github/workflows/cli-integration.yml b/.github/workflows/cli-integration.yml index f896e07c4..2e997058a 100644 --- a/.github/workflows/cli-integration.yml +++ b/.github/workflows/cli-integration.yml @@ -80,7 +80,7 @@ jobs: - name: Run dandi-api tests in dandi-cli run: | - python -m pytest --dandi-api \ + python -m pytest --dandi-api -v \ "$pythonLocation/lib/python${{ matrix.python }}/site-packages/dandi" env: DANDI_TESTS_PERSIST_DOCKER_COMPOSE: "1"