Skip to content
This repository was archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
ci: Print full test output diff
Browse files Browse the repository at this point in the history
This makes test output much better, at the cost of a bunch of unwanted
verbosity. See <pytest-dev/pytest#3962>.
  • Loading branch information
l0b0 committed Jan 21, 2021
1 parent e12f06f commit 6b3c43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Run tests
run: >
poetry run coverage run --module pytest
--randomly-dont-reset-seed "--randomly-seed=${GITHUB_RUN_ID}"
--randomly-dont-reset-seed "--randomly-seed=${GITHUB_RUN_ID}" --verbosity=2
datalake/backend/tests
- name: Verify test coverage
Expand Down

0 comments on commit 6b3c43d

Please sign in to comment.