Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tests+artifacts+pypi
name: tests+pypi

defaults:
run:
Expand Down Expand Up @@ -26,7 +26,7 @@ jobs:
- run: DEBUG=1 VERBOSE=1 pip install --verbose -e .
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: pytest -v -s -We -p no:unraisableexception tests/test_todos_annotated.py
run: pytest --durations=10 -v -s -We -p no:unraisableexception tests/test_todos_annotated.py

build:
needs: [todos_annotated_and_debug_build_ok]
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- run: |
cd tests
python -c "import PyPartMC"
pytest -v -s -We -p no:unraisableexception -k 'not test_todos_annotated' .
pytest --durations=10 -v -s -We -p no:unraisableexception -k 'not test_todos_annotated' .

### uncomment to gain ssh access in case of failure
# - if: ${{ failure() }}
Expand Down