Skip to content

Commit

Permalink
test: try using -v to see which test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Jan 30, 2025
1 parent 5945ad1 commit 9597eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Test with pytest
run: |
git submodule update --init --recursive
pytest -v --durations=0 \
pytest -vv --durations=0 \
-k "not test_fpack" \
--randomly-seed=42 \
--splits=4 --group=${{ matrix.group }} --splitting-algorithm least_duration
Expand Down

0 comments on commit 9597eb1

Please sign in to comment.