Skip to content

Commit

Permalink
Running all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Oct 19, 2023
1 parent 6d06d2a commit 1d4c28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Test with pytest
run: |
source $VENV
pytest tests -k test_remove_tab
pytest tests -v --cov=./src/textual --cov-report=xml:./coverage.xml --cov-report term-missing
- name: Upload snapshot report
if: always()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 1d4c28e

Please sign in to comment.