Skip to content

Commit

Permalink
ci: run tests with verboseness, not quietness
Browse files Browse the repository at this point in the history
  • Loading branch information
onerandomusername committed Nov 19, 2021
1 parent 34031e4 commit 1c88421
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ env:
# Configure pip to cache dependencies and do a user install
PIP_NO_CACHE_DIR: false
PIP_USER: 1
PYTHON_VERSION: 3.8

# Make sure package manager does not use virtualenv
POETRY_VIRTUALENVS_CREATE: false
Expand Down Expand Up @@ -162,7 +161,7 @@ jobs:
# This is saved to ./.coverage to be used by codecov to link a
# coverage report to github.
- name: Run tests and generate coverage report
run: python -m pytest -n auto --dist loadfile --cov --disable-warnings -q
run: python -m pytest -n auto --dist loadfile --cov --disable-warnings -v --showlocals

# This step will publish the coverage reports to codecov.io and
# print a "job" link in the output of the GitHub Action
Expand Down

0 comments on commit 1c88421

Please sign in to comment.