Skip to content

Commit

Permalink
Update build.yaml to show traceback in failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rl committed Feb 10, 2024
1 parent 445a15a commit feef6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: pipenv install --dev
- name: Run tests
run: pipenv run pytest --tb=no
run: pipenv run pytest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit feef6ed

Please sign in to comment.