diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a66bafb..c2f0a5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: matrix: python-version: ["3.8", "3.9", "3.10", "3.11"] # unset doctests for earlier versions of python. - pytest_flags: ["-o addopts='' -m 'not bigquery and not snowflake'"] + pytest_flags: ["-v -o addopts='' -m 'not bigquery and not snowflake'"] requirements: [""] include: # historical requirements