Skip to content

Commit

Permalink
chore: verbose tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremad committed Apr 21, 2023
1 parent d9dc328 commit 56f2c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: install dependencies
run: poetry install
- name: Run tests
run: poetry run pytest
run: poetry run pytest --verbose --capture=no

linters:
runs-on: ubuntu-latest
Expand All @@ -33,7 +33,7 @@ jobs:
- name: install dependencies
run: poetry install
- name: Run tests
run: poetry run pytest --cov=py_loop --cov-report=xml --cov-report=term
run: poetry run pytest --verbose --capture=no --cov=py_loop --cov-report=xml --cov-report=term
- name: Black formatter
run: poetry run black --check py_loop
- name: Flake linter
Expand Down

0 comments on commit 56f2c50

Please sign in to comment.