Skip to content

Commit

Permalink
Just test divmat
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromekelleher committed Aug 4, 2023
1 parent 2093129 commit 38eb0b8
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
Expand Up @@ -153,7 +153,7 @@ jobs:
source ~/.profile
conda activate anaconda-client-env
# pytest -xv -n2
python -m pytest -x --cov=tskit --cov-report=xml --cov-branch -n2 tests
python -m pytest -x --cov=tskit --cov-report=xml --cov-branch -n2 tests/test_divmat.py
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 38eb0b8

Please sign in to comment.