Skip to content

Commit

Permalink
test: use pytest-xdist to speedup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop committed Apr 1, 2024
1 parent cbe48c8 commit ce69229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
- name: Test
run: |
export ISOLATE_PYENV_EXECUTABLE=pyenv/bin/pyenv
python -m pytest -vvv
python -m pytest -vvv --durations=10 -n=2

0 comments on commit ce69229

Please sign in to comment.