Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: use xdist to run tests in parallel
Browse files Browse the repository at this point in the history
abhidg committed Dec 11, 2024
1 parent 5317522 commit 83b6c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -28,4 +28,4 @@ jobs:
python3 -m pip install '.[dev]' --find-links https://data.pyg.org/whl/torch-2.4.1%2Bcpu.html
- name: Test with pytest
run: |
python3 -m pytest --ignore tests/test_local2global.py
python3 -m pytest -n auto

0 comments on commit 83b6c20

Please sign in to comment.