Skip to content

Commit

Permalink
Add back pytest full trace flag to debug CI hangs
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Oct 12, 2022
1 parent 5810466 commit b7ba1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: pip list

- name: Run tests
run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }} -rsx
run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }} -rsx --full-trace

# We skip 3.10 on windows for now due to not having any collabs to
# debug the CI failures. Anyone wanting to hack and solve them is very
Expand Down

0 comments on commit b7ba1d3

Please sign in to comment.